diff options
Diffstat (limited to 'gcc/ggc-none.c')
-rw-r--r-- | gcc/ggc-none.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c index f006ae89a0f..e75ff4a687d 100644 --- a/gcc/ggc-none.c +++ b/gcc/ggc-none.c @@ -1,5 +1,5 @@ /* Null garbage collection for the GNU compiler. - Copyright (C) 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. @@ -32,9 +32,6 @@ #include "tm_p.h" #include "ggc.h" -/* For now, keep using the old obstack scheme in the gen* programs. */ -int ggc_p = 0; - void * ggc_alloc (size) size_t size; |