aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-01-26 22:59:40 +0000
committerRichard Henderson <rth@redhat.com>2004-01-26 22:59:40 +0000
commit5a8b43f507224f7488626d89a60d04b79d499a1b (patch)
treea68982864e864aa791163ab1ef221a65cd54d6c1 /gcc/ggc.h
parent0ea713edf982728470722e78932b44bebe83d099 (diff)
Revert accidental commit.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@76675 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ggc.h')
-rw-r--r--gcc/ggc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/ggc.h b/gcc/ggc.h
index fbd1e3489e2..8add2da33ba 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -223,8 +223,6 @@ extern void *ggc_alloc_cleared_zone (size_t, struct alloc_zone *);
extern void *ggc_realloc (void *, size_t);
/* Like ggc_alloc_cleared, but performs a multiplication. */
extern void *ggc_calloc (size_t, size_t);
-/* Free a block. To be used when known for certain it's not reachable. */
-extern void ggc_free (void *);
#define ggc_alloc_rtx(CODE) \
((rtx) ggc_alloc_typed (gt_ggc_e_7rtx_def, RTX_SIZE (CODE)))