* debug.c (debug_append_filename): Remove.

* debug.h (debug_append_filename): Don't declare.
This commit is contained in:
Ian Lance Taylor 1996-01-23 20:59:18 +00:00
parent c80b0dbaee
commit 796369aa96
2 changed files with 0 additions and 32 deletions

View file

@ -432,10 +432,6 @@ extern PTR debug_init PARAMS ((void));
extern boolean debug_set_filename PARAMS ((PTR, const char *));
/* Append a string to the source filename. */
extern boolean debug_append_filename PARAMS ((PTR, const char *));
/* Change source files to the given file name. This is used for
include files in a single compilation unit. */