diff options
author | Aaron <aaron@10gen.com> | 2008-12-19 10:55:52 -0500 |
---|---|---|
committer | Aaron <aaron@10gen.com> | 2008-12-19 10:55:52 -0500 |
commit | 41ced12a207ace8db14d1fd9d515fab305209313 (patch) | |
tree | 41c0c24fe59d8ba616b3114ddbea37e151f4e09d | |
parent | 1d6104fce111b0cec17e3f53d487677b2850bbae (diff) | |
download | mongo-41ced12a207ace8db14d1fd9d515fab305209313.tar.gz |
Remove warning about including jsobj.h
-rw-r--r-- | db/javajs.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/db/javajs.cpp b/db/javajs.cpp index e6b0ed119f3..fab9c5fdcb2 100644 --- a/db/javajs.cpp +++ b/db/javajs.cpp @@ -37,11 +37,6 @@ using namespace boost::filesystem; #ifdef J_USE_OBJ #include "jsobj.h" -#if defined(_WIN32) -#pragma message("warning: including jsobj.h") -#else -#warning including jsobj.h -#endif #endif #include "../grid/message.h" |