summaryrefslogtreecommitdiff
path: root/jstests/perf/v8_mapreduce.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/perf/v8_mapreduce.js')
-rw-r--r--jstests/perf/v8_mapreduce.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/jstests/perf/v8_mapreduce.js b/jstests/perf/v8_mapreduce.js
index c2123c89403..46afcf37082 100644
--- a/jstests/perf/v8_mapreduce.js
+++ b/jstests/perf/v8_mapreduce.js
@@ -77,7 +77,6 @@ if (/V8/.test(interpreterVersion()) && db.runCommand({buildinfo: 1}).javascriptE
db.getLastError();
var mrWorkFunction = function() {
-
function verifyOutput(out) {
// printjson(out);
assert.eq(out.counts.input, 51200, "input count is wrong");