mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
remove unused variable (#3562)
This commit is contained in:
parent
4eb7529a59
commit
a3a4567b63
@ -22,7 +22,6 @@ class Connection extends EventEmitter {
|
||||
|
||||
this._keepAlive = config.keepAlive
|
||||
this._keepAliveInitialDelayMillis = config.keepAliveInitialDelayMillis
|
||||
this.lastBuffer = false
|
||||
this.parsedStatements = {}
|
||||
this.ssl = config.ssl || false
|
||||
this._ending = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user