summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2011-01-08 13:22:45 -0500
committerdwight <dwight@10gen.com>2011-01-08 13:22:45 -0500
commit13b139f6c13a47116c33a665f7848473f45624ef (patch)
treec22a60da874093959c71052837f2a1711ae12ec9 /pch.h
parent23adcf5c563a432b0d500a50dca6d6a77d07a73d (diff)
downloadmongo-13b139f6c13a47116c33a665f7848473f45624ef.tar.gz
remove _TESTINTENT
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/pch.h b/pch.h
index be48761500d..51bc2203049 100644
--- a/pch.h
+++ b/pch.h
@@ -95,15 +95,6 @@
namespace mongo {
-# 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.
- */
- const bool testIntent = true;
-# else
- const bool testIntent = false;
-# endif
-
using namespace std;
using boost::shared_ptr;