(__objc_xmalloc, __objc_xrealloc): Delete.

From-SVN: r12766
This commit is contained in:
Richard Kenner 1996-09-22 10:39:18 -04:00
parent a1feef752b
commit 2dac9ca60b
1 changed files with 1 additions and 5 deletions

View File

@ -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;