module,repl: remove repl require() hack
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 25 Nov 2015 21:27:29 +0000 (22:27 +0100)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:29 +0000 (11:52 -0800)
commit0ae90ecd3d481bd2e8f2334468bc442435f8b5c6
treebe38c48ffb8a3fe54c166ab8fb01fc706cc1031c
parent93afc39d4ab8bd0bb70bebbc718035d7852047e8
module,repl: remove repl require() hack

Remove a hack that was introduced in commit bb6d468d from November 2010.
This is groundwork for a follow-up commit that makes it possible to use
internal modules in lib/repl.js.

PR-URL: https://github.com/nodejs/node/pull/4026
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Conflicts:
lib/module.js
lib/_debugger.js
lib/internal/module.js
lib/module.js
lib/repl.js
src/node.js
test/parallel/test-repl.js