Skip to content

Commit b6cb600

Browse files
committed
Merge pull request #40 from kostiakoval/string-unused-function
remove String replace function
2 parents 3ba1c99 + f1549fd commit b6cb600

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/sys/StringExtensions.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,4 @@ extension String {
7171

7272
return String(cc)
7373
}
74-
75-
public func replace(token: String, with: String) -> String {
76-
return ""
77-
}
7874
}

0 commit comments

Comments
 (0)