summaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fix-header.c')
-rw-r--r--gcc/fix-header.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 6ec7851dc72..745570c0e32 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -415,7 +415,6 @@ int required_other = 0;
static void
write_lbrac ()
{
-
#if ADD_MISSING_EXTERN_C
if (missing_extern_C_count + required_unseen_count > 0)
fprintf (outf, "#ifdef __cplusplus\nextern \"C\" {\n#endif\n");