summaryrefslogtreecommitdiff
path: root/src/mongo/db/field_ref.cpp
diff options
context:
space:
mode:
authorMatt Kangas <matt.kangas@mongodb.com>2014-10-27 23:04:19 -0400
committerMatt Kangas <matt.kangas@mongodb.com>2014-10-28 09:06:20 -0400
commitb0e565aed756c31f682d486a7874f14a8a563e61 (patch)
tree171506c7f5077b38fff0764fc89c61a264c6b696 /src/mongo/db/field_ref.cpp
parent1e5ccf29c485109c22338fda2c8c46bf1c600f87 (diff)
downloadmongo-b0e565aed756c31f682d486a7874f14a8a563e61.tar.gz
SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarations
Diffstat (limited to 'src/mongo/db/field_ref.cpp')
-rw-r--r--src/mongo/db/field_ref.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/field_ref.cpp b/src/mongo/db/field_ref.cpp
index 840a62cdc7b..af820cc72f4 100644
--- a/src/mongo/db/field_ref.cpp
+++ b/src/mongo/db/field_ref.cpp
@@ -26,13 +26,10 @@
* it in the license file.
*/
-#define MONGO_LOG_DEFAULT_COMPONENT ::mongo::logger::LogComponent::kDefault
-
#include "mongo/db/field_ref.h"
#include <algorithm> // for min
-#include "mongo/util/log.h"
#include "mongo/util/assert_util.h"
namespace mongo {