1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 14:28:24 +01:00

Remove dead code

Q_ASSERT(Compiler isn't a total moron);
This commit is contained in:
Lorenz Hübschle-Schneider 2014-10-20 17:13:44 +02:00
parent 655edf3e98
commit eee50b2f93

View File

@ -119,7 +119,6 @@ DatabaseCommand_LoadPlaylistEntries::generateEntries( DatabaseImpl* dbi )
if ( !query_entries_old.next() )
{
return;
Q_ASSERT( false );
}
if ( !query_entries_old.value( 0 ).isNull() )