summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-21 08:28:33 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-21 08:28:33 +0000
commit03aa2b89d4d1bb0d2828bdf6a915e937e5acf557 (patch)
tree9a939f3bd0297ef0e3cfe8d75b551bd84a11c54f /gcc/cp/cp-tree.h
parent9532b0d168976d5ba8d405773c7cd6e769227e0d (diff)
downloadgcc-03aa2b89d4d1bb0d2828bdf6a915e937e5acf557.tar.gz
cp:
* cp-tree.h (hack_identifier): Remove. * method.c (hack_identifier): Remove. * semantics.c (finish_id_expression): Expand hack_identifier here. Simplify. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69625 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 4f2a1432e46..29a9f290d9b 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -3923,7 +3923,6 @@ extern void cxx_finish (void);
/* in method.c */
extern void init_method (void);
extern void set_mangled_name_for_decl (tree);
-extern tree hack_identifier (tree, tree);
extern tree make_thunk (tree, bool, tree, tree);
extern void finish_thunk (tree);
extern void use_thunk (tree, bool);