Skip to content

Commit 0965000

Browse files
authored
Merge pull request #13 from briangu/codex/fix-unused-global-ipc-tcp-server-in-sys-fn-ipc-py
2 parents 680fa33 + 38ef9e0 commit 0965000

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

klongpy/sys_fn_ipc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,6 @@ def eval_sys_fn_create_ipc_server(klong, x):
919919
if "x" is 0, then the server is closed and existing client connections are dropped.
920920
921921
"""
922-
global _ipc_tcp_server
923922
x = str(x)
924923
parts = x.split(":")
925924
bind = parts[0] if len(parts) > 1 else None

0 commit comments

Comments
 (0)