Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
readline: remove redundant code
  • Loading branch information
rayw000 committed Jan 18, 2022
commit c3475d0637dcf3f660cdc5ff56ef3353615d9b55
2 changes: 0 additions & 2 deletions lib/internal/readline/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ function InterfaceConstructor(input, output, completer, terminal) {
this.isCompletionEnabled = true;
this[kSawKeyPress] = false;
this[kPreviousKey] = null;
this[kUndoStack] = [];
this[kRedoStack] = [];
this.escapeCodeTimeout = ESCAPE_CODE_TIMEOUT;
this.tabSize = 8;

Expand Down