Skip to content

Commit

Permalink
fix break
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Feb 7, 2012
1 parent 75ccf8c commit d5ff1f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/class.c
Expand Up @@ -661,8 +661,6 @@ void ClassDeclaration::semantic(Scope *sc)
if (sizeok == 2) // failed due to forward references
{ // semantic() failed due to forward references
// Unwind what we did, and defer it for later
sizeok = 0;
symtab = NULL;

fields.setDim(0);
structsize = 0;
Expand Down

0 comments on commit d5ff1f9

Please sign in to comment.