query: remove dead type-parsing code path

Type parsing was factored out into the pg-types package. Remove vestigal
`noParse` function.
This commit is contained in:
Nikhil Benesch 2014-03-30 19:02:11 -04:00
parent b12dd4c420
commit cb7bbe6502

View File

@ -46,10 +46,6 @@ Query.prototype.requiresPreparation = function() {
};
var noParse = function(val) {
return val;
};
//associates row metadata from the supplied
//message with this query object
//metadata used when parsing row results