aboutsummaryrefslogtreecommitdiff
path: root/tcc.c
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-12-05 12:39:55 -0800
committerHenry Kroll III <henry@comptune.com>2010-12-05 12:47:50 -0800
commit33f86ada92cdd25864e37947ecd487f567ee6782 (patch)
treec5e9595997df88bf5e3d43665f5bc4c4b96becf1 /tcc.c
parent1c821373ad3836d1454f19323dc351d1736c94b9 (diff)
downloadtinycc-33f86ada92cdd25864e37947ecd487f567ee6782.tar.gz
tinycc-33f86ada92cdd25864e37947ecd487f567ee6782.tar.bz2
trim unnecessary bits from my previous 3 commits
Diffstat (limited to 'tcc.c')
-rw-r--r--tcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tcc.c b/tcc.c
index 2f9f6bb..817eb68 100644
--- a/tcc.c
+++ b/tcc.c
@@ -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;