diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 4 |
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 |