mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Remove dead code
Q_ASSERT(Compiler isn't a total moron);
This commit is contained in:
@@ -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() )
|
||||
|
Reference in New Issue
Block a user