This is an automated email from the ASF dual-hosted git repository.
jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/master by this push:
new 208a048 THRIFT-4679: Remove unused variable declaration
208a048 is described below
commit 208a048dc440036bd5304a6fd16e32fda33b4600
Author: griffinmichl <[email protected]>
AuthorDate: Fri Dec 7 10:47:35 2018 -0800
THRIFT-4679: Remove unused variable declaration
---
lib/nodejs/lib/thrift/json_protocol.js | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/nodejs/lib/thrift/json_protocol.js
b/lib/nodejs/lib/thrift/json_protocol.js
index d960be9..727a3b2 100644
--- a/lib/nodejs/lib/thrift/json_protocol.js
+++ b/lib/nodejs/lib/thrift/json_protocol.js
@@ -18,7 +18,6 @@
*/
var Int64 = require('node-int64');
-var InputBufferUnderrunError = require('./transport').InputBufferUnderrunError;
var Thrift = require('./thrift');
var Type = Thrift.Type;
var util = require("util");