Skip to content

Commit 87559bd

Browse files
committed
test: Remove unused count variable
Removes unused count var. Sink function below it shadows the variable within its add(...) function so file level count variable is never used.
1 parent bd28c0f commit 87559bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/pg/test/test-helper.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ process.on('uncaughtException', function (err) {
197197
process.exit(255)
198198
})
199199

200-
var count = 0
201-
202200
var Sink = function (expected, timeout, callback) {
203201
var defaultTimeout = 5000
204202
if (typeof timeout === 'function') {

0 commit comments

Comments
 (0)