diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-12 22:27:22 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-12 22:27:22 +0000 |
commit | 44c4c11d5dec99ba5d3f59628fbc3dce23596634 (patch) | |
tree | c273db735e6b1fdd1d5ace32fd998ccdbb707fdc /gcc/bitmap.h | |
parent | e197a0eccf657070164bcc608c4c1369465b1c42 (diff) | |
download | gcc-44c4c11d5dec99ba5d3f59628fbc3dce23596634.zip gcc-44c4c11d5dec99ba5d3f59628fbc3dce23596634.tar.gz gcc-44c4c11d5dec99ba5d3f59628fbc3dce23596634.tar.bz2 |
bitmap.h (debug_bitmap): Delete redundant prototype.
* bitmap.h (debug_bitmap): Delete redundant prototype.
* rtl.h (get_frame_size): Likewise.
From-SVN: r41313
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 fc10bd4..d96e793 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))) |