Skip to content

Commit fb9876c

Browse files
committed
Merge pull request brianc#554 from benesch/remove-dead-types-code-path
query: remove dead type-parsing code path
2 parents b12dd4c + cb7bbe6 commit fb9876c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/query.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ Query.prototype.requiresPreparation = function() {
4646
};
4747

4848

49-
var noParse = function(val) {
50-
return val;
51-
};
52-
5349
//associates row metadata from the supplied
5450
//message with this query object
5551
//metadata used when parsing row results

0 commit comments

Comments
 (0)