diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-28 10:22:15 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-28 10:22:15 +0100 |
commit | 8f4769d2acc46c5ef51ab376c7c0469364f7d095 (patch) | |
tree | b75409699491181997b4223c48d8f36d6664d504 /src/Main.cxx | |
parent | a3ca9963a55d13492a784fe66056c12bf328f447 (diff) |
Stats: initialize start_time automatically
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index a0e111c0d..ab42a0d70 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -56,7 +56,6 @@ #include "config/ConfigDefaults.hxx" #include "config/ConfigOption.hxx" #include "config/ConfigError.hxx" -#include "Stats.hxx" #include "util/RuntimeError.hxx" #ifdef ENABLE_DAEMON @@ -442,7 +441,6 @@ try { glue_daemonize_init(&options); #endif - stats_global_init(); TagLoadConfig(); log_init(options.verbose, options.log_stderr); |