diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h index 96343cc8aca..29161d23dd4 100644 --- a/gcc/ch/ch-tree.h +++ b/gcc/ch/ch-tree.h @@ -1,5 +1,5 @@ /* Definitions for CHILL parsing and type checking. - Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc. + Copyright (C) 1992, 93, 94, 98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. @@ -392,10 +392,6 @@ extern int flag_cond_mismatch; extern int flag_no_asm; -/* Nonzero means ignore `#ident' directives. */ - -extern int flag_no_ident; - /* Nonzero means warn about implicit declarations. */ extern int warn_implicit;