aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-09-02 09:07:02 -0600
committerTom Tromey <tom@tromey.com>2019-09-20 13:49:11 -0600
commit43df9b2fccc347e95f882519332592a826d72d11 (patch)
treececd27b605582ced1596e7bcc73544580aab9484 /gdb/tui/tui.h
parent7226433c44e3792aeea6ad19c54cd3056ea4308e (diff)
downloadgdb-43df9b2fccc347e95f882519332592a826d72d11.zip
gdb-43df9b2fccc347e95f882519332592a826d72d11.tar.gz
gdb-43df9b2fccc347e95f882519332592a826d72d11.tar.bz2
Remove strcat_to_buf
An earlier patch in the series removed the last call to strcat_to_buf, so this patch removes the function entirely. gdb/ChangeLog 2019-09-20 Tom Tromey <tom@tromey.com> * tui/tui.h (strcat_to_buf): Don't declare. * tui/tui.c (strcat_to_buf): Remove.
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r--gdb/tui/tui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h
index 25ae0c5..baf4a81 100644
--- a/gdb/tui/tui.h
+++ b/gdb/tui/tui.h
@@ -24,8 +24,6 @@
struct ui_file;
-extern void strcat_to_buf (char *, int, const char *);
-
/* Types of error returns. */
enum tui_status
{