summaryrefslogtreecommitdiff
path: root/gcc/ggc.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-26 22:59:40 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-26 22:59:40 +0000
commitfe15ec97ca810dd8e40811878731d1296f119476 (patch)
treea68982864e864aa791163ab1ef221a65cd54d6c1 /gcc/ggc.h
parentbaca0a47b830387e22f0518632f1207f5a0fb1a5 (diff)
downloadgcc-fe15ec97ca810dd8e40811878731d1296f119476.tar.gz
Revert accidental commit.
git-svn-id: svn+ssh://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)))