summaryrefslogtreecommitdiff
path: root/lib/race.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/race.js
parentaf6c5956da1d98855a63d34e9c7aa3bb90b4140d (diff)
downloadasync-8f72a77ce43800c8a48e99d9b3f318afc497e6fc.tar.gz
Remove redundant "use strict" directive as ES2015 modules are implicitly in strict mode.
Diffstat (limited to 'lib/race.js')
-rw-r--r--lib/race.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/race.js b/lib/race.js
index f797b85..0cead40 100644
--- a/lib/race.js
+++ b/lib/race.js
@@ -1,5 +1,3 @@
-'use strict';
-
import isArray from 'lodash/isArray';
import each from 'lodash/each';
import noop from 'lodash/noop';