aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 4be2f62..a4cfd45 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1274,8 +1274,6 @@ set_spec (name, spec)
int name_len = strlen (name);
int i;
- /* See if the
-
/* See if the spec already exists */
for (sl = specs; sl; sl = sl->next)
if (name_len == sl->name_len && !strcmp (sl->name, name))