From: Richard Kenner Date: Sun, 22 Sep 1996 14:39:18 +0000 (-0400) Subject: (__objc_xmalloc, __objc_xrealloc): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2dac9ca60bcd3a92da0650c31fddb9caf530a9c9;p=gcc.git (__objc_xmalloc, __objc_xrealloc): Delete. From-SVN: r12766 --- diff --git a/gcc/objc/sarray.h b/gcc/objc/sarray.h index 1078dfb85b8..74fa38652ba 100644 --- a/gcc/objc/sarray.h +++ b/gcc/objc/sarray.h @@ -1,7 +1,6 @@ /* Sparse Arrays for Objective C dispatch tables Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc. - -Author: Kresten Krab Thorup + Contributed by Kresten Krab Thorup. This file is part of GNU CC. @@ -110,9 +109,6 @@ union sofftype { #endif /* not PRECOMPUTE_SELECTORS */ -void * __objc_xrealloc (void *optr, size_t size); -void * __objc_xmalloc (size_t size); - union sversion { int version; void *next_free;