diff options
Diffstat (limited to 'src/mongo/util/log.h')
-rw-r--r-- | src/mongo/util/log.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/util/log.h b/src/mongo/util/log.h index 6b4c1ede450..6f341cabb49 100644 --- a/src/mongo/util/log.h +++ b/src/mongo/util/log.h @@ -96,10 +96,6 @@ namespace logger { #define LOG MONGO_LOG - inline LogstreamBuilder problem() { - return log(); - } - /** * Rotates the log files. Returns true if all logs rotate successfully. */ |