summaryrefslogtreecommitdiff
path: root/lib/applyeach/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/applyeach/index.js')
-rw-r--r--lib/applyeach/index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/applyeach/index.js b/lib/applyeach/index.js
deleted file mode 100644
index 9519afd..0000000
--- a/lib/applyeach/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
-'use strict';
-
-var eachOf = require('async.eachof');
-var applyEach = require('async.util.applyeach');
-
-module.exports = applyEach(eachOf);