aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-12-20 09:40:14 -0700
committerTom Tromey <tom@tromey.com>2021-12-20 09:43:04 -0700
commitb0715493df19e5223251c5be0efc7f180aa0a5ff (patch)
tree74f76540d79a7f34a69096b96d0310412e529ae9 /gdb/utils.h
parentdde238e063376f96d52ff27f11b31a447ddbdfea (diff)
downloadfsf-binutils-gdb-b0715493df19e5223251c5be0efc7f180aa0a5ff.zip
fsf-binutils-gdb-b0715493df19e5223251c5be0efc7f180aa0a5ff.tar.gz
fsf-binutils-gdb-b0715493df19e5223251c5be0efc7f180aa0a5ff.tar.bz2
Remove puts_debug
I noticed that puts_debug isn't used in the tree. git log tells me that the last use was removed in 2015: commit 40e0b27177e747600d3ec186458fe0e482a1cf77 Author: Pedro Alves <palves@redhat.com> Date: Mon Aug 24 15:40:26 2015 +0100 Delete the remaining ROM monitor targets ... and this commit mentions that the code being removed here probably hadn't worked for 6 years prior to that. Based on this, I'm removing puts_debug. I don't think it's useful. Tested by rebuilding.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r--gdb/utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index f6fd32f..4d20ebd 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -447,8 +447,6 @@ extern void puts_unfiltered (const char *);
extern void puts_filtered_tabular (char *string, int width, int right);
-extern void puts_debug (char *prefix, char *string, char *suffix);
-
extern void vprintf_filtered (const char *, va_list) ATTRIBUTE_PRINTF (1, 0);
extern void vfprintf_filtered (struct ui_file *, const char *, va_list)