diff options
author | dwight <dwight@10gen.com> | 2010-11-28 10:13:01 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-11-28 10:13:01 -0500 |
commit | 83a58aa700ad04d428240328e893f7c5d26cb893 (patch) | |
tree | f268086a82bec4b58bfe813e7433b134a2dbee63 /pch.h | |
parent | 8b391b1e378cbe3b7b06a62a97a6bf58f553f3a3 (diff) | |
download | mongo-83a58aa700ad04d428240328e893f7c5d26cb893.tar.gz |
dur add a cmd lien setting
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; |