summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorDemi Obenour <demiobenour@gmail.com>2017-05-03 10:29:01 -0400
committerWill Estes <westes575@gmail.com>2017-05-03 13:24:09 -0400
commit2f21edac99b5efc432417233e6e53326d630e08f (patch)
treefe5ac80946642004a477f2949a1b5d2ba0d09311 /src/misc.c
parent259257623937630bb22cabf29f9897270aa62ce0 (diff)
build: Delete comments from skeleton file.
Since the comments in flex.skl are, by hypothesis, not needed in skel.c, we remove them. THis reduces the size of the resulting executable somewhat.
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/misc.c b/src/misc.c
index cb7dba4..ef27833 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -791,9 +791,6 @@ void skelout (void)
/* %e end linkage-only code. */
OUT_END_CODE ();
}
- else if (buf[1] == '#') {
- /* %# a comment in the skel. ignore. */
- }
else {
flexfatal (_("bad line in skeleton file"));
}