summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-12-06 19:08:54 -0500
committerMathias Stearn <mathias@10gen.com>2010-12-06 19:12:33 -0500
commita17393bd908d5f9d07eaff57d030eb25ae779a35 (patch)
tree411a2d8bbe209071c262504bdc9fea30a2b28115 /pch.h
parent6ab0fa5b5dd2a262d2e98d04a17f8cae4e746a7a (diff)
downloadmongo-a17393bd908d5f9d07eaff57d030eb25ae779a35.tar.gz
allow _DURABLE without _DEBUG
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/pch.h b/pch.h
index 275aadb2f65..2afd1b16ea9 100644
--- a/pch.h
+++ b/pch.h
@@ -107,9 +107,6 @@ namespace mongo {
# else
const bool testIntent = false;
# endif
-#if !defined(_DEBUG)
-# error not done - do not use this yet
-#endif
#else
# if defined(_TESTINTENT)
# error _TESTINTENT requires _DURABLE