summaryrefslogtreecommitdiffstats
path: root/base/include
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-04-02 17:52:21 -0700
committerDan Albert <danalbert@google.com>2015-04-02 18:43:32 -0700
commit0cc351b1a7e37c61821a8601aa8dfc713a0d584a (patch)
tree06ac1b46a4e3037e146b23b216640f31f2bb79b1 /base/include
parent4d9281dae8be449991d19e7408bc2aec10232dac (diff)
downloadsystem_core-0cc351b1a7e37c61821a8601aa8dfc713a0d584a.zip
system_core-0cc351b1a7e37c61821a8601aa8dfc713a0d584a.tar.gz
system_core-0cc351b1a7e37c61821a8601aa8dfc713a0d584a.tar.bz2
Remove LogMessage::LogLineLowStack.
This was ported over from ART, but even they only use it in a single place. Change-Id: Ia34dc54b56c764ede79b2957bf3dc8df0f1323ee
Diffstat (limited to 'base/include')
-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 5e115fe..0283217 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_;