* c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted.

From-SVN: r20608
This commit is contained in:
Jeffrey A Law 1998-06-19 21:58:00 +00:00 committed by Jeff Law
parent e179bf0f69
commit 2c975716a2
2 changed files with 4 additions and 12 deletions

View File

@ -1,3 +1,7 @@
Fri Jun 19 22:55:14 1998 Jeffrey A Law (law@cygnus.com)
* c-lang.c (GNU_xref_begin, GNU_xref_end): Deleted.
Fri Jun 19 20:38:34 1998 H.J. Lu (hjl@gnu.org)
* dwarf2out.c (getpwd): Add prototype.

View File

@ -140,18 +140,6 @@ build_objc_string (len, str)
return NULL_TREE;
}
void
GNU_xref_begin ()
{
fatal ("GCC does not yet support XREF");
}
void
GNU_xref_end ()
{
fatal ("GCC does not yet support XREF");
}
/* Called at end of parsing, but before end-of-file processing. */
void