summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
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;