diff options
author | dwight <dwight@10gen.com> | 2010-12-13 18:03:32 -0500 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-12-13 18:03:32 -0500 |
commit | c7c5a57b1fa9f32c5a5072e0fbe80ed32dbccd18 (patch) | |
tree | ba75e9fc3c0a79b5c381a8f8bce7c99b05014f5b /pch.h | |
parent | 74149fa1e2b8e11f34cc3557b3305afd9c85dd30 (diff) | |
download | mongo-c7c5a57b1fa9f32c5a5072e0fbe80ed32dbccd18.tar.gz |
eliminate the _DURABLE preprocessor define
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -97,8 +97,6 @@ namespace mongo { -/** _DURABLE define - this likely goes away later. to facilitate testing for a while without impacting other things. */ -#if defined(_DURABLE) # 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. @@ -107,12 +105,6 @@ namespace mongo { # else const bool testIntent = false; # endif -#else -# if defined(_TESTINTENT) -# error _TESTINTENT requires _DURABLE -# endif - const bool testIntent = false; -#endif using namespace std; using boost::shared_ptr; |