projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ea7cc
)
querystring: Removing unnecessary binding
author
Mitar
<mitar.git@tnode.com>
Sun, 31 Mar 2013 10:42:33 +0000
(
03:42
-0700)
committer
Fedor Indutny
<fedor.indutny@gmail.com>
Mon, 1 Apr 2013 10:30:34 +0000
(14:30 +0400)
Binding of `http_parser` in querystring isn't used anywhere and should
be removed.
lib/querystring.js
patch
|
blob
|
history
diff --git
a/lib/querystring.js
b/lib/querystring.js
index 12b6013d525cf1adef52cd71ee84f0a7c5e21c1a..0ab739a522669f3e2b76d61cdda2c4cd085040e6 100644
(file)
--- a/
lib/querystring.js
+++ b/
lib/querystring.js
@@
-22,7
+22,6
@@
// Query String Utilities
var QueryString = exports;
-var urlDecode = process.binding('http_parser').urlDecode;
// If obj.hasOwnProperty has been overridden, then calling