aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-24 21:14:38 +0100
committerMax Kellermann <max@duempel.org>2013-11-24 21:14:38 +0100
commit529b4bd185eb130580c09c24450d80d62c9ae769 (patch)
treea002854fefe89cb1eaa16ac0b45558e6ea20478f /src/Main.cxx
parent85b51e4e779360a4f2ead4404bf4d6b547f6d49d (diff)
downloadmpd-529b4bd185eb130580c09c24450d80d62c9ae769.tar.gz
mpd-529b4bd185eb130580c09c24450d80d62c9ae769.tar.xz
mpd-529b4bd185eb130580c09c24450d80d62c9ae769.zip
Stats: use monotonic clock instead of GTimer
Reduce GLib usage.
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx1
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;