diff options
Diffstat (limited to 'gnu/egcs/gcc/collect2.c')
-rw-r--r-- | gnu/egcs/gcc/collect2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/collect2.c b/gnu/egcs/gcc/collect2.c index 303c13af535..56ab9cd5e57 100644 --- a/gnu/egcs/gcc/collect2.c +++ b/gnu/egcs/gcc/collect2.c @@ -52,8 +52,6 @@ Boston, MA 02111-1307, USA. */ /* Obstack allocation and deallocation routines. */ #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free - -extern char *make_temp_file PROTO ((char *)); /* On certain systems, we have code that works by scanning the object file directly. But this code uses system-specific header files and library |