1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02: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() ) if ( !query_entries_old.next() )
{ {
return; return;
Q_ASSERT( false );
} }
if ( !query_entries_old.value( 0 ).isNull() ) if ( !query_entries_old.value( 0 ).isNull() )