summaryrefslogtreecommitdiff
path: root/gcc/ebitmap.h
diff options
context:
space:
mode:
authorrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-22 20:36:22 +0000
committerrus <rus@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-22 20:36:22 +0000
commit19f10e6299103d689242595814fbfbe645e43d2b (patch)
tree991c568e6cc349d332410fed35b5307113d81e83 /gcc/ebitmap.h
parentbf32534d44b15c2e38cf759146dbc72053532f0b (diff)
downloadgcc-19f10e6299103d689242595814fbfbe645e43d2b.tar.gz
merge from trunk latest revision 151935
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/profile-stdlib@152045 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ebitmap.h')
-rw-r--r--gcc/ebitmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ebitmap.h b/gcc/ebitmap.h
index 1539c9ad033..4f9fd44ceb3 100644
--- a/gcc/ebitmap.h
+++ b/gcc/ebitmap.h
@@ -64,7 +64,6 @@ extern bool ebitmap_equal_p (ebitmap, ebitmap);
extern void ebitmap_clear (ebitmap);
extern int ebitmap_last_set_bit (ebitmap);
extern void debug_ebitmap (ebitmap);
-extern void dump_ebitmap (FILE *, ebitmap);
extern unsigned long ebitmap_popcount(ebitmap, unsigned long);
/* The iterator for ebitmap. */