This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: remove a tree-ssa FIXME


A simple patch.  Unless we anticipate any GCC code calling
browse_tree(), we can just drop this.  Okay for mainline?

2004-05-19  Ben Elliston  <bje@au.ibm.com>

        * tree-browser.c (browse_tree): Remove function prototype.

Index: tree-browser.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/tree-browser.c,v
retrieving revision 2.2
diff -u -r2.2 tree-browser.c
--- tree-browser.c      14 May 2004 02:32:58 -0000      2.2
+++ tree-browser.c      16 Jun 2004 00:03:07 -0000
@@ -109,9 +109,6 @@
 static int  TB_parent_eq (const void *, const void *);
 static tree TB_history_prev (void);

-/* FIXME: To be declared in a .h file.  */
-void browse_tree (tree);
-
 /* Static variables.  */
 static htab_t TB_up_ht;
 static tree TB_history_stack = NULL_TREE;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]