From 5cc1428d5f7a8c72e12d7346488b87390f995a5d Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 30 Sep 2010 12:20:33 -0700 Subject: [PATCH] Remove unused function --- src/node.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/node.js b/src/node.js index 39fcbc6a66..042aa88807 100644 --- a/src/node.js +++ b/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;