summaryrefslogtreecommitdiff
path: root/src/mongo/util/log.h
diff options
context:
space:
mode:
authorKevin Pulo <kevin.pulo@mongodb.com>2018-11-14 06:57:42 +0000
committerKevin Pulo <kevin.pulo@mongodb.com>2018-11-21 05:29:45 +0000
commit3aa006e505e3f65a9272f637b816e17eaf0dadb3 (patch)
tree6c88e03d41d982e9f5a41bbb237bdd5f42242958 /src/mongo/util/log.h
parent74e5e8949bcc62bde1f1455b463fc89f07649ead (diff)
downloadmongo-3aa006e505e3f65a9272f637b816e17eaf0dadb3.tar.gz
SERVER-37740 SERVER-37741 remove deprecated LabeledLevel
Diffstat (limited to 'src/mongo/util/log.h')
-rw-r--r--src/mongo/util/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/util/log.h b/src/mongo/util/log.h
index abdb1e752b0..7dd16e6f706 100644
--- a/src/mongo/util/log.h
+++ b/src/mongo/util/log.h
@@ -79,7 +79,6 @@ Status registerExtraLogContextFn(ExtraLogContextFn contextFn);
namespace {
using logger::LogstreamBuilder;
-using logger::LabeledLevel;
using logger::Tee;
/**