summaryrefslogtreecommitdiff
path: root/jstests/dur/manyRestart.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/dur/manyRestart.js')
-rwxr-xr-xjstests/dur/manyRestart.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/dur/manyRestart.js b/jstests/dur/manyRestart.js
index f434278ca9a..5a68afdecbb 100755
--- a/jstests/dur/manyRestart.js
+++ b/jstests/dur/manyRestart.js
@@ -63,12 +63,6 @@ function work() {
// try building an index. however, be careful as object id's in system.indexes would vary, so we do it manually:
d.system.indexes.insert({ _id: 99, ns: "test.a", key: { x: 1 }, name: "x_1", v: 0 });
-
-// d.a.update({ _id: 4 }, { $inc: { x: 1} });
-// d.a.reIndex();
-
- // assure writes applied in case we kill -9 on return from this function
- d.getLastError();
log("endwork");
return d;
}