summaryrefslogtreecommitdiff
path: root/gcc/xcoffout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/xcoffout.c')
-rw-r--r--gcc/xcoffout.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index 88c4e05341c..6c8c2fe0599 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.c
@@ -352,10 +352,6 @@ xcoffout_source_file (file, filename, inline_p)
fprintf (file, "\n");
xcoff_current_include_file = filename;
}
-
- if (!xcoff_lastfile)
- ggc_add_string_root ((char **) &xcoff_lastfile, 1);
-
xcoff_lastfile = filename;
}
}