summaryrefslogtreecommitdiff
path: root/lib/eachSeries.js
diff options
context:
space:
mode:
authorJohn-David Dalton <john.david.dalton@gmail.com>2016-05-27 12:20:56 -0700
committerJohn-David Dalton <john.david.dalton@gmail.com>2016-05-31 07:55:40 -0700
commit8f72a77ce43800c8a48e99d9b3f318afc497e6fc (patch)
tree6c13de948b9baae8e3beeb82560f837a1b66ff83 /lib/eachSeries.js
parentaf6c5956da1d98855a63d34e9c7aa3bb90b4140d (diff)
downloadasync-8f72a77ce43800c8a48e99d9b3f318afc497e6fc.tar.gz
Remove redundant "use strict" directive as ES2015 modules are implicitly in strict mode.
Diffstat (limited to 'lib/eachSeries.js')
-rw-r--r--lib/eachSeries.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/eachSeries.js b/lib/eachSeries.js
index 470c34c..3d8af62 100644
--- a/lib/eachSeries.js
+++ b/lib/eachSeries.js
@@ -1,5 +1,3 @@
-'use strict';
-
import eachLimit from './eachLimit';
import doLimit from './internal/doLimit';