summaryrefslogtreecommitdiff
path: root/build-es/internal/withoutIndex.js
diff options
context:
space:
mode:
Diffstat (limited to 'build-es/internal/withoutIndex.js')
-rw-r--r--build-es/internal/withoutIndex.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/build-es/internal/withoutIndex.js b/build-es/internal/withoutIndex.js
deleted file mode 100644
index f163ff3..0000000
--- a/build-es/internal/withoutIndex.js
+++ /dev/null
@@ -1,7 +0,0 @@
-'use strict';
-
-export default function _withoutIndex(iterator) {
- return function (value, index, callback) {
- return iterator(value, callback);
- };
-}