diff options
author | Jose <jose@zeroc.com> | 2018-03-26 16:24:26 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2018-03-26 16:24:26 +0200 |
commit | eb0c91e090ea06b6e48e5f0849bd0807f9e93058 (patch) | |
tree | f0e21da46499d3dc74d58606b2136d2109d4c348 /js/src/Ice/BatchRequestQueue.js | |
parent | Remove unused constant (diff) | |
download | ice-eb0c91e090ea06b6e48e5f0849bd0807f9e93058.tar.bz2 ice-eb0c91e090ea06b6e48e5f0849bd0807f9e93058.tar.xz ice-eb0c91e090ea06b6e48e5f0849bd0807f9e93058.zip |
Unused variables
Diffstat (limited to 'js/src/Ice/BatchRequestQueue.js')
-rw-r--r-- | js/src/Ice/BatchRequestQueue.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/src/Ice/BatchRequestQueue.js b/js/src/Ice/BatchRequestQueue.js index 779e5b4a309..09ce8764f35 100644 --- a/js/src/Ice/BatchRequestQueue.js +++ b/js/src/Ice/BatchRequestQueue.js @@ -12,13 +12,11 @@ Ice._ModuleRegistry.require(module, [ "../Ice/Stream", "../Ice/Debug", - "../Ice/ExUtil", - "../Ice/Protocol", + "../Ice/Protocol" ]); const OutputStream = Ice.OutputStream; const Debug = Ice.Debug; -const ExUtil = Ice.ExUtil; const Protocol = Ice.Protocol; const udpOverhead = 20 + 8; |