Skip to content

Commit a1a1c66

Browse files
Removed unused variable
1 parent dba0576 commit a1a1c66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/namespace.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ function Namespace(server, name){
5555
this.connected = {};
5656
this.fns = [];
5757
this.ids = 0;
58-
this.acks = {};
5958
this.initAdapter();
6059
}
6160

0 commit comments

Comments
 (0)