1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

* Disable shutdown db analyze again.

This commit is contained in:
Christian Muehlhaeuser
2012-05-23 17:08:29 +02:00
parent ab602b2072
commit 7af615dbf8

View File

@@ -97,6 +97,7 @@ DatabaseImpl::~DatabaseImpl()
{
delete m_fuzzyIndex;
/*
#ifdef TOMAHAWK_QUERY_ANALYZE
TomahawkSqlQuery q = newquery();
@@ -108,6 +109,7 @@ DatabaseImpl::~DatabaseImpl()
}
#endif
*/
}