Skip to content

Commit

Permalink
Remove process.evalcx
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 17, 2010
1 parent 01b3418 commit 9628e28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
10 changes: 0 additions & 10 deletions src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@ process.assert = function (x, msg) {

var writeError = process.binding('stdio').writeError;

var evalcxMsg;
process.evalcx = function () {
if (!evalcxMsg) {
writeError(evalcxMsg =
"process.evalcx is deprecated. Use Script.runInNewContext instead.\n");
}
return process.binding('evals').Script
.runInNewContext.apply(null, arguments);
};

// nextTick()

var nextTickQueue = [];
Expand Down
38 changes: 0 additions & 38 deletions test/simple/test-eval-cx.js

This file was deleted.

0 comments on commit 9628e28

Please sign in to comment.