Skip to content

Commit ea878f8

Browse files
committed
remove unused variable
1 parent 8d493f3 commit ea878f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/connection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Connection extends EventEmitter {
2222

2323
this._keepAlive = config.keepAlive
2424
this._keepAliveInitialDelayMillis = config.keepAliveInitialDelayMillis
25-
this.lastBuffer = false
2625
this.parsedStatements = {}
2726
this.ssl = config.ssl || false
2827
this._ending = false

0 commit comments

Comments
 (0)