Skip to content

Commit bd28c0f

Browse files
committed
test: Remove unused getMode() function
1 parent eeb62ba commit bd28c0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/pg/test/test-helper.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ assert.isNull = function (item, message) {
171171
assert.ok(item === null, message)
172172
}
173173

174-
const getMode = () => {
175-
if (args.native) return 'native'
176-
if (args.binary) return 'binary'
177-
return ''
178-
}
179-
180174
global.test = function (name, action) {
181175
test.testCount++
182176
test[name] = action

0 commit comments

Comments
 (0)