aboutsummaryrefslogtreecommitdiff
path: root/src/client/DocServer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/DocServer.ts')
-rw-r--r--src/client/DocServer.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/DocServer.ts b/src/client/DocServer.ts
index 14479694c..2cec1046b 100644
--- a/src/client/DocServer.ts
+++ b/src/client/DocServer.ts
@@ -64,8 +64,6 @@ export namespace DocServer {
}
}
- let connection_error = false;
-
export function init(protocol: string, hostname: string, port: number, identifier: string) {
_cache = {};
GUID = identifier;