diff options
author | Matt Kangas <matt.kangas@mongodb.com> | 2014-10-27 23:04:19 -0400 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2014-10-28 09:06:20 -0400 |
commit | b0e565aed756c31f682d486a7874f14a8a563e61 (patch) | |
tree | 171506c7f5077b38fff0764fc89c61a264c6b696 /src/mongo/db/matcher/expression_tree.cpp | |
parent | 1e5ccf29c485109c22338fda2c8c46bf1c600f87 (diff) | |
download | mongo-b0e565aed756c31f682d486a7874f14a8a563e61.tar.gz |
SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarations
Diffstat (limited to 'src/mongo/db/matcher/expression_tree.cpp')
-rw-r--r-- | src/mongo/db/matcher/expression_tree.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/matcher/expression_tree.cpp b/src/mongo/db/matcher/expression_tree.cpp index dabc70a7ad8..7c63d93ead2 100644 --- a/src/mongo/db/matcher/expression_tree.cpp +++ b/src/mongo/db/matcher/expression_tree.cpp @@ -28,15 +28,12 @@ * it in the license file. */ -#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault - #include "mongo/db/matcher/expression_tree.h" #include "mongo/bson/bsonobj.h" #include "mongo/bson/bsonmisc.h" #include "mongo/bson/bsonobjbuilder.h" #include "mongo/bson/bsonobjiterator.h" -#include "mongo/util/log.h" namespace mongo { |