summaryrefslogtreecommitdiff
path: root/base/include/base/logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/base/logging.h')
-rw-r--r--base/include/base/logging.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/include/base/logging.h b/base/include/base/logging.h
index 5e115fec5..02832174a 100644
--- a/base/include/base/logging.h
+++ b/base/include/base/logging.h
@@ -241,10 +241,6 @@ class LogMessage {
static void LogLine(const char* file, unsigned int line, LogSeverity severity,
const char* msg);
- // A variant of the above for use with little stack.
- static void LogLineLowStack(const char* file, unsigned int line,
- LogSeverity severity, const char* msg);
-
private:
const std::unique_ptr<LogMessageData> data_;