Remove useless code

This commit is contained in:
NI
2019-12-18 15:26:51 +08:00
parent 331d3c29f3
commit 67060b6b70

View File

@@ -60,11 +60,6 @@ export class Sender {
* *
*/ */
close() { close() {
if (this.timeout !== null) {
clearTimeout(this.timeout);
this.timeout = null;
}
this.buffered = null; this.buffered = null;
this.bufferedSize = 0; this.bufferedSize = 0;