It doesn't seem to fix the testcase on Linux, and the tests pass on
my machine in either configuration.
This commit is contained in:
Jeff Young 2021-11-03 10:29:56 +00:00
parent 64f77b3596
commit c2371f3943
1 changed files with 0 additions and 3 deletions

View File

@ -770,9 +770,6 @@ void SCH_SEXPR_PLUGIN::Format( SCH_SHEET* aSheet )
if( a->Type() != b->Type() )
return a->Type() < b->Type();
if( a->Type() == SCH_SHEET_T )
return *a < *b;
return a->m_Uuid < b->m_Uuid;
};