mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
removed dead ctor arg
This commit is contained in:
parent
851e928d38
commit
cff48b5b40
@ -1,6 +1,4 @@
|
||||
var Parser = function(buffer) {
|
||||
|
||||
};
|
||||
var Parser = function() { };
|
||||
|
||||
var p = Parser.prototype;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user