diff options
Diffstat (limited to 'js/src/Ice/WSEndpoint.js')
-rw-r--r-- | js/src/Ice/WSEndpoint.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/Ice/WSEndpoint.js b/js/src/Ice/WSEndpoint.js index db79b5fdba1..0548c35afff 100644 --- a/js/src/Ice/WSEndpoint.js +++ b/js/src/Ice/WSEndpoint.js @@ -12,7 +12,6 @@ const Ice = require("../Ice/ModuleRegistry").Ice; Ice._ModuleRegistry.require(module, [ "../Ice/HashUtil", - "../Ice/StringUtil", "../Ice/EndpointI", "../Ice/LocalException", "../Ice/WSTransceiver", @@ -20,7 +19,6 @@ Ice._ModuleRegistry.require(module, ]); const HashUtil = Ice.HashUtil; -const StringUtil = Ice.StringUtil; const EndpointI = Ice.EndpointI; class WSEndpoint extends EndpointI |