Removes extraneous semicolon

pull/6/head
venko 2021-05-30 13:20:17 -07:00
parent 7f2ca56b73
commit a65fea070a
1 changed files with 0 additions and 1 deletions

View File

@ -1466,7 +1466,6 @@ void IdentifierPass(Node *node)
node->functionDeclaration.functionSignature->functionSignature
.identifier->typeTag = MakeTypeTag(node);
break;
;
case StructDeclaration:
node->structDeclaration.identifier->typeTag = MakeTypeTag(node);