Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53dcbb6

Browse filesBrowse files
TrottMyles Borins
authored andcommitted
repl: remove unused function
replStart() was defined but never used. The function has been removed. Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
1 parent 751fbd8 commit 53dcbb6
Copy full SHA for 53dcbb6

File tree

Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-6
lines changed
Open diff view settings
Collapse file

‎lib/internal/repl.js‎

Copy file name to clipboardExpand all lines: lib/internal/repl.js
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ module.exports.createInternalRepl = createRepl;
1414
// The debounce is to guard against code pasted into the REPL.
1515
const kDebounceHistoryMS = 15;
1616

17-
// XXX(chrisdickinson): hack to make sure that the internal debugger
18-
// uses the original repl.
19-
function replStart() {
20-
return REPL.start.apply(REPL, arguments);
21-
}
22-
2317
function createRepl(env, opts, cb) {
2418
if (typeof opts === 'function') {
2519
cb = opts;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.