Skip to content

Commit 9b23699

Browse files
committed
remove unused function
1 parent 24fddb0 commit 9b23699

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

dev/src/path.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,6 @@ abstract class Path<T> {
216216
}
217217
}
218218

219-
private compareStrings(lhs: string, rhs: string): number {
220-
if (lhs < rhs) {
221-
return -1;
222-
} else if (lhs > rhs) {
223-
return 1;
224-
} else {
225-
return 0;
226-
}
227-
}
228-
229219
/**
230220
* Returns a copy of the underlying segments.
231221
*

0 commit comments

Comments
 (0)