summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-11-28 10:13:01 -0500
committerdwight <dwight@10gen.com>2010-11-28 10:13:01 -0500
commit83a58aa700ad04d428240328e893f7c5d26cb893 (patch)
treef268086a82bec4b58bfe813e7433b134a2dbee63 /pch.h
parent8b391b1e378cbe3b7b06a62a97a6bf58f553f3a3 (diff)
downloadmongo-83a58aa700ad04d428240328e893f7c5d26cb893.tar.gz
dur add a cmd lien setting
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/pch.h b/pch.h
index a6e8a523a6e..22376fd4380 100644
--- a/pch.h
+++ b/pch.h
@@ -94,7 +94,6 @@ namespace mongo {
/** _DURABLE define - this likely goes away later. to facilitate testing for a while without impacting other things. */
#if defined(_DURABLE)
- const bool durable = true;
# if defined(_TESTINTENT)
/** Use _TESTINTENT to test write intent declarations by using a read only view for non-declared operations.
We don't do journalling when _TESTINTENT is enabled.
@@ -111,7 +110,6 @@ namespace mongo {
# error _TESTINTENT requires _DURABLE
# endif
const bool testIntent = false;
- const bool durable = false;
#endif
using namespace std;