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/OutgoingConnectionFactory.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/OutgoingConnectionFactory.js')
-rw-r--r-- | js/src/Ice/OutgoingConnectionFactory.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/js/src/Ice/OutgoingConnectionFactory.js b/js/src/Ice/OutgoingConnectionFactory.js index 32efebf5393..59bd28018d4 100644 --- a/js/src/Ice/OutgoingConnectionFactory.js +++ b/js/src/Ice/OutgoingConnectionFactory.js @@ -10,7 +10,6 @@ const Ice = require("../Ice/ModuleRegistry").Ice; Ice._ModuleRegistry.require(module, [ - "../Ice/ArrayUtil", "../Ice/AsyncResultBase", "../Ice/ConnectionI", "../Ice/Debug", @@ -22,13 +21,10 @@ Ice._ModuleRegistry.require(module, "../Ice/ACM" ]); -const ArrayUtil = Ice.ArrayUtil; const AsyncResultBase = Ice.AsyncResultBase; const ConnectionI = Ice.ConnectionI; -const ConnectionReaper = Ice.ConnectionReaper; const Debug = Ice.Debug; const HashMap = Ice.HashMap; -const EndpointSelectionType = Ice.EndpointSelectionType; const FactoryACMMonitor = Ice.FactoryACMMonitor; // @@ -223,7 +219,6 @@ class OutgoingConnectionFactory throw new Ice.CommunicatorDestroyedException(); } - const defaultsAndOverrides = this._instance.defaultsAndOverrides(); Debug.assert(endpoints.length > 0); for(let i = 0; i < endpoints.length; ++i) |