trim unnecessary bits from my previous 3 commits

This commit is contained in:
Henry Kroll III
2010-12-05 12:39:55 -08:00
parent 1c821373ad
commit 33f86ada92
2 changed files with 1 additions and 4 deletions

2
tcc.c
View File

@ -348,8 +348,6 @@ static int parse_args(TCCState *s, int argc, char **argv)
case TCC_OPTION_nostdinc:
s->nostdinc = 1;
break;
case TCC_OPTION_s:
break;
case TCC_OPTION_nostdlib:
s->nostdlib = 1;
break;