Skip to content

Commit b400d33

Browse files
authored
query: remove unused prop: _promise (brianc#3178)
Use of this prop was probably removed in 2017 (a0eb36d). Co-authored-by: alxndrsn <alxndrsn>
1 parent 91de4b9 commit b400d33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pg/lib/query.js

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class Query extends EventEmitter {
3030
this._results = this._result
3131
this.isPreparedStatement = false
3232
this._canceledDueToError = false
33-
this._promise = null
3433
}
3534

3635
requiresPreparation() {

0 commit comments

Comments
 (0)