aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/semantics.c
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2002-02-04 03:55:43 -0500
committerJason Merrill <jason@gcc.gnu.org>2002-02-04 03:55:43 -0500
commit9780c24faf10be83aaab8fef66a6390bc75e40b1 (patch)
tree5e3b6ed2d6d74714731b9f2986290a2932ca24e6 /gcc/cp/semantics.c
parentfecaac3765895574348015a1794de65c2e2a64c6 (diff)
downloadgcc-9780c24faf10be83aaab8fef66a6390bc75e40b1.zip
gcc-9780c24faf10be83aaab8fef66a6390bc75e40b1.tar.gz
gcc-9780c24faf10be83aaab8fef66a6390bc75e40b1.tar.bz2
xref.c: Remove.
* xref.c: Remove. * Make-lang.in (CXX_OBJS): Remove cp/xref.o (cp/xref.o): Remove dependencies. * class.c (finish_struct_1, check_methods): Don't call xref fns. (finish_struct_1): Likewise. * friend.c (make_friend_class): Likewise. * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise. * spew.c (read_process_identifier): Likewise. From-SVN: r49472
Diffstat (limited to 'gcc/cp/semantics.c')
-rw-r--r--gcc/cp/semantics.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index 603326c..7ac47a1 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -2526,10 +2526,6 @@ genrtl_start_function (fn)
DECL_SAVED_FUNCTION_DATA (fn) = NULL;
}
- /* Tell the cross-reference machinery that we're defining this
- function. */
- GNU_xref_function (fn, DECL_ARGUMENTS (fn));
-
/* Keep track of how many functions we're presently expanding. */
++function_depth;