summaryrefslogtreecommitdiff
path: root/src/mongo/logv2/log_component.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/logv2/log_component.h')
-rw-r--r--src/mongo/logv2/log_component.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/logv2/log_component.h b/src/mongo/logv2/log_component.h
index 407a79e16e0..df5cd2daac1 100644
--- a/src/mongo/logv2/log_component.h
+++ b/src/mongo/logv2/log_component.h
@@ -144,8 +144,3 @@ private:
std::ostream& operator<<(std::ostream& os, LogComponent component);
} // namespace mongo::logv2
-
-// Legacy alias
-namespace mongo::logger {
-using logv2::LogComponent;
-} // namespace mongo::logger