remove unused variable (#3562)

This commit is contained in:
RENARD Laurent 2026-01-19 22:49:09 +01:00 committed by GitHub
parent 4eb7529a59
commit a3a4567b63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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