aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-01 00:29:53 +0100
committerMax Kellermann <max@duempel.org>2014-02-01 00:39:42 +0100
commite54567926588b831c10a2f456f30a10943e64658 (patch)
tree84db25c5b6b65c4c4f59d851379a7da3e456555b /src
parent981080500b729089fac4263839350f1d25f1d90e (diff)
downloadmpd-e54567926588b831c10a2f456f30a10943e64658.tar.gz
mpd-e54567926588b831c10a2f456f30a10943e64658.tar.xz
mpd-e54567926588b831c10a2f456f30a10943e64658.zip
Main: don't measure DatabaseGlobalDeinit() time
Useless information.
Diffstat (limited to 'src')
-rw-r--r--src/Main.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 23b36ade3..06bef5326 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -576,11 +576,7 @@ int mpd_main(int argc, char *argv[])
#ifdef ENABLE_DATABASE
delete instance->update;
- const clock_t start = clock();
DatabaseGlobalDeinit();
- FormatDebug(main_domain,
- "db_finish took %f seconds",
- ((float)(clock()-start))/CLOCKS_PER_SEC);
#endif
#ifdef ENABLE_SQLITE