diff options
author | Max Kellermann <max@duempel.org> | 2013-11-24 21:14:38 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-24 21:14:38 +0100 |
commit | 529b4bd185eb130580c09c24450d80d62c9ae769 (patch) | |
tree | a002854fefe89cb1eaa16ac0b45558e6ea20478f /src/Main.cxx | |
parent | 85b51e4e779360a4f2ead4404bf4d6b547f6d49d (diff) | |
download | mpd-529b4bd185eb130580c09c24450d80d62c9ae769.tar.gz mpd-529b4bd185eb130580c09c24450d80d62c9ae769.tar.xz mpd-529b4bd185eb130580c09c24450d80d62c9ae769.zip |
Stats: use monotonic clock instead of GTimer
Reduce GLib usage.
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index b45e2c3ae..6023e8bed 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -554,7 +554,6 @@ int mpd_main(int argc, char *argv[]) archive_plugin_deinit_all(); #endif config_global_finish(); - stats_global_finish(); io_thread_deinit(); SignalHandlersFinish(); delete instance; |