diff options
Diffstat (limited to 'runtime/base/logging.cc')
-rw-r--r-- | runtime/base/logging.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/base/logging.cc b/runtime/base/logging.cc index b781d6008..bdc4cf639 100644 --- a/runtime/base/logging.cc +++ b/runtime/base/logging.cc @@ -35,8 +35,6 @@ namespace art { LogVerbosity gLogVerbosity; -unsigned int gAborting = 0; - static LogSeverity gMinimumLogSeverity = INFO; static std::unique_ptr<std::string> gCmdLine; static std::unique_ptr<std::string> gProgramInvocationName; |