diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-04 21:46:26 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-04 21:46:26 +0000 |
commit | 849a0e4e7f324d8cb2fdc8817c1f403f2ce2c30f (patch) | |
tree | 1fd87f2ce536dd29445de5892426692c14b8935b /boehm-gc/gc_priv.h | |
parent | 1f988cffa6f576abef5889d4d0f46b0b5c385e4d (diff) | |
download | gcc-849a0e4e7f324d8cb2fdc8817c1f403f2ce2c30f.tar.gz |
Fix for PR libgcj/230:
* mark.c (GC_mark_from_mark_stack): Remove call to
GC_debug_object_start.
* gc_priv.h (GC_debug_object_start): Remove prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/gc_priv.h')
-rw-r--r-- | boehm-gc/gc_priv.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/boehm-gc/gc_priv.h b/boehm-gc/gc_priv.h index 841b752f9f3..c0fa5d6e93c 100644 --- a/boehm-gc/gc_priv.h +++ b/boehm-gc/gc_priv.h @@ -1772,10 +1772,6 @@ void GC_print_obj(/* ptr_t p */); /* P points to somewhere inside an object with */ /* debugging info. Print a human readable */ /* description of the object to stderr. */ -ptr_t GC_debug_object_start(/* ptr_t p */); - /* P points to the start of an object that may */ - /* have debug info at its head. Return the */ - /* start of the real data. */ extern void (*GC_check_heap)(); /* Check that all objects in the heap with */ /* debugging info are intact. Print */ |