diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 6206d8d..a7d5762 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -158,10 +158,6 @@ static int display_number; B ? (TMP = B->next, 1): 0; \ B = TMP) -/* Prototypes for exported functions. */ - -void _initialize_printcmd (void); - /* Prototypes for local functions. */ static void do_one_display (struct display *); |