Skip to content

Commit 1763bfe

Browse files
committed
refactor: remove unusd variables from test-utils
1 parent 70e04e4 commit 1763bfe

File tree

1 file changed

+0
-2
lines changed
  • packages/rsocket-composite-metadata/__tests__/test-utils

1 file changed

+0
-2
lines changed

packages/rsocket-composite-metadata/__tests__/test-utils/hex.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ function strHex(s) {
1515
return a;
1616
}
1717

18-
const numeric = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15];
19-
// const numericChars = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9"];
2018
const alphabetNumeric = "abcdefghijklmnopqrstuvqxyz0123456789";
2119

2220
export const hex: any = {};

0 commit comments

Comments
 (0)