Skip to content

Commit 8617fd0

Browse files
committed
Remove bullshit requires
1 parent d23e560 commit 8617fd0

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

lib/file.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
if (global.GENTLY) require = GENTLY.hijack(require);
2-
31
var util = require('util'),
42
fs = require('fs'),
53
EventEmitter = require('events').EventEmitter,

lib/incoming_form.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
if (global.GENTLY) require = GENTLY.hijack(require);
2-
31
var crypto = require('crypto');
42
var fs = require('fs');
53
var util = require('util'),

lib/json_parser.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
if (global.GENTLY) require = GENTLY.hijack(require);
2-
31
var Buffer = require('buffer').Buffer;
42

53
function JSONParser(parent) {

lib/querystring_parser.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
if (global.GENTLY) require = GENTLY.hijack(require);
2-
31
// This is a buffering parser, not quite as nice as the multipart one.
42
// If I find time I'll rewrite this to be fully streaming as well
53
var querystring = require('querystring');

0 commit comments

Comments
 (0)