From e2581696669003fdd691c167ff1500ef16dddb32 Mon Sep 17 00:00:00 2001 From: =?utf8?q?E=2E=20Azer=20Ko=C3=A7ulu?= Date: Wed, 16 Nov 2011 23:20:06 -0800 Subject: [PATCH] util: remove the line requiring events --- lib/util.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/util.js b/lib/util.js index 639c04f..aafc0ed 100644 --- a/lib/util.js +++ b/lib/util.js @@ -19,9 +19,6 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -var events = require('events'); - - var formatRegExp = /%[sdj%]/g; exports.format = function(f) { if (typeof f !== 'string') { -- 2.7.4