summaryrefslogtreecommitdiff
path: root/js/src/Ice/Instance.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-03-26 16:24:26 +0200
committerJose <jose@zeroc.com>2018-03-26 16:24:26 +0200
commiteb0c91e090ea06b6e48e5f0849bd0807f9e93058 (patch)
treef0e21da46499d3dc74d58606b2136d2109d4c348 /js/src/Ice/Instance.js
parentRemove unused constant (diff)
downloadice-eb0c91e090ea06b6e48e5f0849bd0807f9e93058.tar.bz2
ice-eb0c91e090ea06b6e48e5f0849bd0807f9e93058.tar.xz
ice-eb0c91e090ea06b6e48e5f0849bd0807f9e93058.zip
Unused variables
Diffstat (limited to 'js/src/Ice/Instance.js')
-rw-r--r--js/src/Ice/Instance.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/js/src/Ice/Instance.js b/js/src/Ice/Instance.js
index c8189c25aa4..bdb1261345b 100644
--- a/js/src/Ice/Instance.js
+++ b/js/src/Ice/Instance.js
@@ -17,7 +17,6 @@ Ice._ModuleRegistry.require(module,
"../Ice/ImplicitContextI",
"../Ice/IdentityUtil",
"../Ice/LocatorManager",
- "../Ice/Logger",
"../Ice/ObjectAdapterFactory",
"../Ice/ValueFactoryManagerI",
"../Ice/OutgoingConnectionFactory",
@@ -37,18 +36,16 @@ Ice._ModuleRegistry.require(module,
"../Ice/Exception",
"../Ice/ProcessLogger",
"../Ice/ACM",
- "../Ice/ToStringMode"
+ "../Ice/ToStringMode",
+ "../Ice/EndpointInfo"
]);
-const IceSSL = Ice._ModuleRegistry.require(module, ["../Ice/EndpointInfo"]).IceSSL;
-
const AsyncResultBase = Ice.AsyncResultBase;
const Debug = Ice.Debug;
const DefaultsAndOverrides = Ice.DefaultsAndOverrides;
const EndpointFactoryManager = Ice.EndpointFactoryManager;
const ImplicitContextI = Ice.ImplicitContextI;
const LocatorManager = Ice.LocatorManager;
-const Logger = Ice.Logger;
const ObjectAdapterFactory = Ice.ObjectAdapterFactory;
const ValueFactoryManagerI = Ice.ValueFactoryManagerI;
const OutgoingConnectionFactory = Ice.OutgoingConnectionFactory;