diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index ea692230bf0..7ad0be5a425 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -262,8 +262,6 @@ extern c_language_kind c_language; #define c_dialect_cxx() (c_language & clk_cxx) #define c_dialect_objc() (c_language & clk_objc) -extern bool lang_fortran; - /* Information about a statement tree. */ struct stmt_tree_s GTY(()) { |