lib: remove broken NODE_MODULE_CONTEXTS feature
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 16 Mar 2015 11:34:39 +0000 (12:34 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 16 Mar 2015 19:56:13 +0000 (20:56 +0100)
commitf58e59649d32125937d8caa69763ea70326bfc03
treee3e62af23dade040ae59d9a9dba38c78f96edc49
parent2551c1d2caaec21a5098de8e86274e0daf7aa781
lib: remove broken NODE_MODULE_CONTEXTS feature

This feature has no tests and has been broken for ages, see for example
https://github.com/iojs/io.js/pull/1160.  Don't bother fixing it, it's
pretty much broken by design and there can't be too many users because
it's almost undocumented.  A quick Google search suggests that it causes
more grief than joy to the few that do use it.  Remove it.

PR-URL: https://github.com/iojs/io.js/pull/1162
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
doc/iojs.1
lib/module.js
src/node.cc
src/node.js