summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2020-04-14 16:45:29 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-04-15 22:09:40 +0000
commitda349337d17dfa6bf5e92edac92045fab84e1742 (patch)
tree7bb83f22696f506ccde7f336939acdc8102678c7 /src/mongo/db/curop.cpp
parent31858ad493d65e90eb5447427bf11e317af9b939 (diff)
downloadmongo-da349337d17dfa6bf5e92edac92045fab84e1742.tar.gz
SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appender
Diffstat (limited to 'src/mongo/db/curop.cpp')
-rw-r--r--src/mongo/db/curop.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/curop.cpp b/src/mongo/db/curop.cpp
index 429d870f33d..5c2afc9d349 100644
--- a/src/mongo/db/curop.cpp
+++ b/src/mongo/db/curop.cpp
@@ -54,7 +54,6 @@
#include "mongo/rpc/metadata/client_metadata_ismaster.h"
#include "mongo/rpc/metadata/impersonated_user_metadata.h"
#include "mongo/util/hex.h"
-#include "mongo/util/log.h"
#include "mongo/util/log_with_sampling.h"
#include "mongo/util/net/socket_utils.h"
#include "mongo/util/str.h"