Skip to content

Commit 863f028

Browse files
committed
removed unused variables
1 parent 9512a72 commit 863f028

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/unit/cmap/connection.test.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { expect } from 'chai';
22
import { EventEmitter, once } from 'events';
3-
import { Server } from 'http';
43
import { Socket } from 'net';
54
import * as sinon from 'sinon';
65
import { Readable } from 'stream';
@@ -88,16 +87,6 @@ class InputStream extends Readable {
8887
}
8988
}
9089

91-
write(
92-
chunk: any,
93-
encoding?: BufferEncoding | undefined,
94-
cb?: ((error: Error | null | undefined) => void) | undefined
95-
): boolean;
96-
write(chunk: any, cb?: ((error: Error | null | undefined) => void) | undefined): boolean;
97-
write(chunk: unknown, encoding?: unknown, cb?: unknown): boolean {
98-
this.push;
99-
}
100-
10190
setTimeout(timeout) {
10291
this.timeout = timeout;
10392
}

0 commit comments

Comments
 (0)