Skip to content

Commit e4cb1cd

Browse files
authored
client/escape-tests: remove unused function (brianc#3244)
Co-authored-by: alxndrsn <alxndrsn>
1 parent cd73e9b commit e4cb1cd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/pg/test/unit/client/escape-tests.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
var helper = require('./test-helper')
33
var utils = require('../../../lib/utils')
44

5-
function createClient(callback) {
6-
var client = new Client(helper.config)
7-
client.connect(function (err) {
8-
return callback(client)
9-
})
10-
}
11-
125
var testLit = function (testName, input, expected) {
136
test(testName, function () {
147
var client = new Client(helper.config)

0 commit comments

Comments
 (0)