aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorSteven Bosscher <steven@gcc.gnu.org>2003-04-06 21:44:09 +0000
committerSteven Bosscher <steven@gcc.gnu.org>2003-04-06 21:44:09 +0000
commit95ec27aaf200a8edf40d2dc9e7b3baef84fdf30e (patch)
tree7049cd5a93a5c7b5d3d7721a23bd9ce4c33110ec /gcc/rtl.h
parent62e64b0b86d3e084eb7eddebf7187ae19efd9c7d (diff)
downloadgcc-95ec27aaf200a8edf40d2dc9e7b3baef84fdf30e.zip
gcc-95ec27aaf200a8edf40d2dc9e7b3baef84fdf30e.tar.gz
gcc-95ec27aaf200a8edf40d2dc9e7b3baef84fdf30e.tar.bz2
hashtable.c (gcc_obstack_init): Delete this function and everything related to it.
2003-04-06 Steven Bosscher <steven@gcc.gnu.org> * hashtable.c (gcc_obstack_init): Delete this function and everything related to it. * hashtable.h: Remove prototype. * bitmap.c (bitmap_element_allocate): Cleanup redundant defines. Cleanup some unnecessary whitespace. * defaults.h (obstack_chunk_alloc): Redefine with appropriate casts for libiberty obstacks. (obstack_chunk_free): Ditto. (OBSTACK_CHUNK_SIZE): Define, default to 0. (gcc_obstack_init): Define as a call to _obstack_begin. * tree.c (print_obstack_statistics): Delete this unused function. * tree.h (obstack): Don't forward-declare. (print_obstack_statistics): Delete prototype. (print_obstack_name): Ditto. (gcc_obstack_init): Ditto. * rtl.h (gcc_obstack_init): Ditto. * java/jv-scan.c (gcc_obstack_init): Delete this function, its prototype and related defines. * java/jvgenmain.c (gcc_obstack_init): Delete this function, and related defines. * java/parse-scan.y (obstack_chunk_alloc): Don't define. (obstack_chunk_free): Ditto From-SVN: r65308
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index b874d64..9174bf7 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1932,10 +1932,6 @@ extern int no_new_pseudos;
extern int rtx_to_tree_code PARAMS ((enum rtx_code));
-/* In tree.c */
-struct obstack;
-extern void gcc_obstack_init PARAMS ((struct obstack *));
-
/* In cse.c */
struct cse_basic_block_data;