diff options
Diffstat (limited to 'js/src/Ice/TcpTransceiver.js')
-rw-r--r-- | js/src/Ice/TcpTransceiver.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/js/src/Ice/TcpTransceiver.js b/js/src/Ice/TcpTransceiver.js index e768bc01c8b..ffad377425a 100644 --- a/js/src/Ice/TcpTransceiver.js +++ b/js/src/Ice/TcpTransceiver.js @@ -13,20 +13,14 @@ const Ice = require("../Ice/ModuleRegistry").Ice; Ice._ModuleRegistry.require(module, [ "../Ice/Debug", - "../Ice/ExUtil", "../Ice/SocketOperation", "../Ice/Connection", "../Ice/Exception", - "../Ice/LocalException", "../Ice/Timer" ]); const Debug = Ice.Debug; -const ExUtil = Ice.ExUtil; -const Network = Ice.Network; const SocketOperation = Ice.SocketOperation; -const LocalException = Ice.LocalException; -const SocketException = Ice.SocketException; const Timer = Ice.Timer; const StateNeedConnect = 0; |