From e54567926588b831c10a2f456f30a10943e64658 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 1 Feb 2014 00:29:53 +0100 Subject: Main: don't measure DatabaseGlobalDeinit() time Useless information. --- src/Main.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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 -- cgit v1.2.3