Fix copy/paste error.

This commit is contained in:
Jeff Young 2021-07-23 01:06:24 +01:00
parent 8d1dd1f8b0
commit 04b9b15255
1 changed files with 0 additions and 2 deletions

View File

@ -4473,8 +4473,6 @@ void PCB_PARSER::parseGROUP( BOARD_ITEM* aParent )
GROUP_INFO& groupInfo = m_groupInfos.back();
groupInfo.parent = aParent;
token = NextTok();
while( ( token = NextTok() ) != T_LEFT )
{
if( token == T_STRING )