diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-23 20:59:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-23 20:59:18 +0000 |
commit | 796369aa9636aa1a745886abd07f77eeac63762e (patch) | |
tree | d6b432700838330a5a7fce956cbc9dd79cd12d7a /binutils/debug.h | |
parent | c80b0dbaee493442fef00bbfd7a34ebcc238d8e4 (diff) | |
download | gdb-796369aa9636aa1a745886abd07f77eeac63762e.zip gdb-796369aa9636aa1a745886abd07f77eeac63762e.tar.gz gdb-796369aa9636aa1a745886abd07f77eeac63762e.tar.bz2 |
* debug.c (debug_append_filename): Remove.
* debug.h (debug_append_filename): Don't declare.
Diffstat (limited to 'binutils/debug.h')
-rw-r--r-- | binutils/debug.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/debug.h b/binutils/debug.h index 05c450b..8748f0a 100644 --- a/binutils/debug.h +++ b/binutils/debug.h @@ -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. */ |