Skip to content

Commit

Permalink
remove redundant slist_add()
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 28, 2013
1 parent 5ffa2eb commit ed24f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/type.c
Expand Up @@ -465,7 +465,6 @@ type *type_enum(const char *name, type *tbase)
t->Ttag = (Classsym *)s; // enum tag name
t->Tcount++;
s->Stype = t;
slist_add(s);
t->Tcount++;
return t;
}
Expand Down

0 comments on commit ed24f5c

Please sign in to comment.