Skip to content

Commit

Permalink
allow _DURABLE without _DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeard0531 committed Dec 7, 2010
1 parent 6ab0fa5 commit a17393b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a17393b

Please sign in to comment.