summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/src/Ice/TcpTransceiver.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/Ice/TcpTransceiver.js b/js/src/Ice/TcpTransceiver.js
index bb309b21448..e768bc01c8b 100644
--- a/js/src/Ice/TcpTransceiver.js
+++ b/js/src/Ice/TcpTransceiver.js
@@ -34,7 +34,6 @@ const StateConnectPending = 1;
const StateProxyConnectRequest = 2;
const StateProxyConnectRequestPending = 3;
const StateConnected = 4;
-const StateClosed = 5;
class TcpTransceiver
{