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:
@@ -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() )
|
||||||
|
Reference in New Issue
Block a user