* treetree.c (cpp_handle_option): Remove.

From-SVN: r64403
This commit is contained in:
Andreas Jaeger 2003-03-15 15:01:25 +01:00 committed by Andreas Jaeger
parent 6a87d63407
commit 511e3684c1
2 changed files with 4 additions and 10 deletions

View File

@ -1,3 +1,7 @@
2003-03-15 Andreas Jaeger <aj@suse.de>
* treetree.c (cpp_handle_option): Remove.
2003-03-13 Andreas Jaeger <aj@suse.de>
* Make-lang.in (tree1$(exeext)): Fix previous patch.

View File

@ -990,16 +990,6 @@ handle_format_arg_attribute (tree *node ATTRIBUTE_UNUSED,
/* Should not be called for treelang. */
int
cpp_handle_option (cpp_reader *pfile ATTRIBUTE_UNUSED,
int argc ATTRIBUTE_UNUSED,
char **argv ATTRIBUTE_UNUSED)
{
abort ();
}
/* Should not be called for treelang. */
void
cpp_assert (cpp_reader * cr ATTRIBUTE_UNUSED,
const char *s ATTRIBUTE_UNUSED)