diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-12 22:27:22 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-12 22:27:22 +0000 |
commit | 24fb04fec97e5726327c0a551f6e2d2d593ab592 (patch) | |
tree | c273db735e6b1fdd1d5ace32fd998ccdbb707fdc /gcc/bitmap.h | |
parent | 257b662d8f7b002ba909d40b2d34494fa42fe148 (diff) | |
download | gcc-24fb04fec97e5726327c0a551f6e2d2d593ab592.tar.gz |
* bitmap.h (debug_bitmap): Delete redundant prototype.
* rtl.h (get_frame_size): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.h')
-rw-r--r-- | gcc/bitmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/bitmap.h b/gcc/bitmap.h index fc10bd4cfe8..d96e793a349 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -104,8 +104,6 @@ extern bitmap bitmap_initialize PARAMS ((bitmap)); /* Release all memory held by bitmaps. */ extern void bitmap_release_memory PARAMS ((void)); -extern void debug_bitmap PARAMS ((bitmap)); - /* Allocate a bitmap with oballoc. */ #define BITMAP_OBSTACK_ALLOC(OBSTACK) \ bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head))) |