diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-07-12 01:56:28 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-07-12 01:56:28 +0000 |
commit | f94b4fbc75e75d4cc699a16a5bd87d87ec366450 (patch) | |
tree | 38f102c7e71e2d66bae9703b69e5b7bb47153b52 /gcc | |
parent | 9bb2e4fe3943863eb31beab3dd9dca55a5273d68 (diff) | |
download | gcc-f94b4fbc75e75d4cc699a16a5bd87d87ec366450.zip gcc-f94b4fbc75e75d4cc699a16a5bd87d87ec366450.tar.gz gcc-f94b4fbc75e75d4cc699a16a5bd87d87ec366450.tar.bz2 |
Remove xmalloc/free declarations
From-SVN: r1562
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/objc/objc-act.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c index d155cb5..52db636 100644 --- a/gcc/objc/objc-act.c +++ b/gcc/objc/objc-act.c @@ -91,9 +91,6 @@ char *objc_tree_code_name[] = { #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free -extern int xmalloc (); -extern void free (); - /* This obstack is used to accumulate the encoding of a data type. */ static struct obstack util_obstack; /* This points to the beginning of obstack contents, |