mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
removed some unused variables in client
This commit is contained in:
parent
de5438e6f5
commit
9c33571853
@ -33,12 +33,6 @@ var Client = function(config) {
|
||||
this.connection = config.connection || new Connection({stream: config.stream || new net.Stream()});
|
||||
this.queryQueue = [];
|
||||
this.password = config.password || defaults.password;
|
||||
|
||||
//internal references only declared here for clarity
|
||||
this.lastBuffer = false;
|
||||
this.lastOffset = 0;
|
||||
this.buffer = null;
|
||||
this.offset = null;
|
||||
this.encoding = 'utf8';
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user