Remove unnecessary assert

GetModifyHash can be called before a row is loaded


(cherry picked from commit 31fab831ad)
This commit is contained in:
Jon Evans 2024-02-27 19:03:06 -05:00
parent 0b5c0ef639
commit a9e6031ae6
1 changed files with 0 additions and 1 deletions

View File

@ -315,7 +315,6 @@ int SYMBOL_LIB_TABLE::GetModifyHash()
if( !row || !row->plugin )
{
wxFAIL;
continue;
}