mirror of https://github.com/nodejs/node.git
Remove unused function
parent
1a2c1c8a96
commit
5cc1428d5f
|
@ -252,11 +252,6 @@ var module = (function () {
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
function cat (id) {
|
|
||||||
requireNative('fs').readFile(id, 'utf8');
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Returns exception if any
|
// Returns exception if any
|
||||||
Module.prototype._compile = function (content, filename) {
|
Module.prototype._compile = function (content, filename) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
Loading…
Reference in New Issue