Remove some dead symbols revealed by coverage analysis.

This commit is contained in:
Eric S. Raymond 2018-11-15 14:00:37 -05:00
parent 31d561b470
commit 17e6078122
2 changed files with 0 additions and 6 deletions

View file

@ -108,8 +108,6 @@ enum phase_codes {
GO_TOP,
GO_CLEAROBJ,
GO_CHECKHINT,
GO_CHECKFOO,
GO_LOOKUP,
GO_WORD2,
GO_UNKNOWN,
GO_DWARFWAKE,

4
main.c
View file

@ -1197,10 +1197,6 @@ Lookup:
goto Lclearobj;
case GO_CHECKHINT:
goto L2600;
case GO_CHECKFOO:
goto Lclosecheck;
case GO_LOOKUP:
goto Lookup;
case GO_WORD2:
#ifdef GDEBUG
printf("Word shift\n");