readline: remove unused vars in _ttyWrite
This commit is contained in:
parent
77c1cc0482
commit
da56c72f59
@ -562,7 +562,6 @@ Interface.prototype._moveCursor = function(dx) {
|
|||||||
|
|
||||||
// handle a write from the tty
|
// handle a write from the tty
|
||||||
Interface.prototype._ttyWrite = function(s, key) {
|
Interface.prototype._ttyWrite = function(s, key) {
|
||||||
var next_word, next_non_word, previous_word, previous_non_word;
|
|
||||||
key = key || {};
|
key = key || {};
|
||||||
|
|
||||||
// Ignore escape key - Fixes #2876
|
// Ignore escape key - Fixes #2876
|
||||||
|
Loading…
x
Reference in New Issue
Block a user