feat(miniglog): remove log_severity_global

This commit is contained in:
John Zhao
2019-01-16 10:38:46 +08:00
parent a8796478e6
commit 5105b5ea82
3 changed files with 3 additions and 8 deletions

View File

@@ -36,6 +36,4 @@ namespace google {
// that there is only one instance of this across the entire program.
std::set<google::LogSink *> log_sinks_global;
int log_severity_global(INFO);
} // namespace google