Browse Source

Remove unused function

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
5cc1428d5f
  1. 5
      src/node.js

5
src/node.js

@ -252,11 +252,6 @@ var module = (function () {
};
function cat (id) {
requireNative('fs').readFile(id, 'utf8');
}
// Returns exception if any
Module.prototype._compile = function (content, filename) {
var self = this;

Loading…
Cancel
Save