summaryrefslogtreecommitdiff
path: root/src/mongo/db/taskqueue.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2012-02-13 21:47:48 -0500
committerdwight <dwight@10gen.com>2012-02-13 21:47:48 -0500
commit78c4640fbab382ad06ca44ac128475f94abd959b (patch)
tree49838aa9bd24be5aa14a9051193dbc2077cd8f54 /src/mongo/db/taskqueue.h
parent45de664cb92d41165c5fffa36da956f6c6c93472 (diff)
downloadmongo-78c4640fbab382ad06ca44ac128475f94abd959b.tar.gz
comment out TaskQueue now that it is no longer used.
Diffstat (limited to 'src/mongo/db/taskqueue.h')
-rw-r--r--src/mongo/db/taskqueue.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/taskqueue.h b/src/mongo/db/taskqueue.h
index 6abd558247d..1107d479448 100644
--- a/src/mongo/db/taskqueue.h
+++ b/src/mongo/db/taskqueue.h
@@ -20,6 +20,9 @@
#include "mongomutex.h"
+// if you turn this back on be sure to enable TaskQueueTest again
+#if 0
+
namespace mongo {
/** defer work items by queueing them for invocation by another thread. presumption is that
@@ -104,3 +107,5 @@ namespace mongo {
};
}
+
+#endif