diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index 48aedb0..a071721 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1868,12 +1868,6 @@ fputs_highlighted (const char *str, const compiled_regex &highlight, fputs_filtered (str, stream); } -int -putchar_unfiltered (int c) -{ - return fputc_unfiltered (c, gdb_stdout); -} - /* Write character C to gdb_stdout using GDB's paging mechanism and return C. May return nonlocally. */ @@ -2046,12 +2040,6 @@ puts_filtered (const char *string) fputs_filtered (string, gdb_stdout); } -void -puts_unfiltered (const char *string) -{ - fputs_unfiltered (string, gdb_stdout); -} - /* Return a pointer to N spaces and a null. The pointer is good until the next call to here. */ const char * |