Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
readline: remove unused vars in _ttyWrite
Browse files Browse the repository at this point in the history
  • Loading branch information
shama authored and bnoordhuis committed Apr 21, 2012
1 parent 77c1cc0 commit da56c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/readline.js
Expand Up @@ -562,7 +562,6 @@ Interface.prototype._moveCursor = function(dx) {

// handle a write from the tty
Interface.prototype._ttyWrite = function(s, key) {
var next_word, next_non_word, previous_word, previous_non_word;
key = key || {};

// Ignore escape key - Fixes #2876
Expand Down

0 comments on commit da56c72

Please sign in to comment.