summaryrefslogtreecommitdiff
path: root/src/mongo/server.h
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-03-26 17:07:30 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-03-26 21:39:10 -0400
commit69db073a3e35083f6c6216b550fe72a7572ba7f9 (patch)
tree46cbd8440efdd2b02793ca561a528e04bf880f2a /src/mongo/server.h
parentbf20c28c9b5051d190def49860026813badae988 (diff)
downloadmongo-69db073a3e35083f6c6216b550fe72a7572ba7f9.tar.gz
SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER.
It's correct for assertion failures in boost code to terminate the process, which is their default behavior.
Diffstat (limited to 'src/mongo/server.h')
-rw-r--r--src/mongo/server.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/server.h b/src/mongo/server.h
index e5323bc0423..956ae3ec8db 100644
--- a/src/mongo/server.h
+++ b/src/mongo/server.h
@@ -12,8 +12,6 @@
# error this file is for mongo server programs not client lib
#endif
-#define BOOST_ENABLE_ASSERT_HANDLER 1
-
#include <map>
#include <vector>
#include <set>