Skip to content

Commit 17dbb64

Browse files
author
Matti Virolainen
committed
Remove unused parameter 'name' from DataRowMessage.
1 parent c1d3a14 commit 17dbb64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Connection.prototype.parseField = function(buffer) {
478478
};
479479

480480
var DATA_ROW = 'dataRow';
481-
var DataRowMessage = function(name, length, fieldCount) {
481+
var DataRowMessage = function(length, fieldCount) {
482482
this.name = DATA_ROW;
483483
this.length = length;
484484
this.fieldCount = fieldCount;

0 commit comments

Comments
 (0)