query: remove unused prop: _promise (#3178)

Use of this prop was probably removed in 2017 (a0eb36d81938e488b3bc5369faee74fe22f36949).

Co-authored-by: alxndrsn <alxndrsn>
This commit is contained in:
Alex Anderson 2024-03-28 18:26:00 +03:00 committed by GitHub
parent 91de4b9453
commit b400d33c33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,6 @@ class Query extends EventEmitter {
this._results = this._result
this.isPreparedStatement = false
this._canceledDueToError = false
this._promise = null
}
requiresPreparation() {