Delete unused timer variables

This commit is contained in:
Vincent Woo
2017-09-05 19:14:11 -07:00
parent 575c10114b
commit 2f168da1dc
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -44,8 +44,6 @@
term._flushBuffer = function () {
term.write(term._attachSocketBuffer);
term._attachSocketBuffer = null;
clearTimeout(term._attachSocketBufferTimer);
term._attachSocketBufferTimer = null;
};
term._pushToBuffer = function (data) {
-2
View File
@@ -45,8 +45,6 @@
term._flushBuffer = function () {
term.write(term._attachSocketBuffer);
term._attachSocketBuffer = null;
clearTimeout(term._attachSocketBufferTimer);
term._attachSocketBufferTimer = null;
};
term._pushToBuffer = function (data) {