mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
Merge pull request #573 from karvaporo/master
Remove unused parameter 'name' from DataRowMessage.
This commit is contained in:
commit
65d177e069
@ -478,7 +478,7 @@ Connection.prototype.parseField = function(buffer) {
|
||||
};
|
||||
|
||||
var DATA_ROW = 'dataRow';
|
||||
var DataRowMessage = function(name, length, fieldCount) {
|
||||
var DataRowMessage = function(length, fieldCount) {
|
||||
this.name = DATA_ROW;
|
||||
this.length = length;
|
||||
this.fieldCount = fieldCount;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user