[binutils-gdb] Remove obsolete wrap_here declaration
Tom Tromey
tromey@sourceware.org
Thu Jan 8 14:01:08 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f18126f377d9d03e77eeb8760faa284b00afacaf
commit f18126f377d9d03e77eeb8760faa284b00afacaf
Author: Tom Tromey <tromey@adacore.com>
Date: Thu Jan 8 07:00:11 2026 -0700
Remove obsolete wrap_here declaration
wrap_here is still declared in utils.h, but hasn't been defined in
quite some time. This removes the obsolete declaration.
Diff:
---
gdb/utils.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/gdb/utils.h b/gdb/utils.h
index 8381e873449..f11e85559cc 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -153,8 +153,6 @@ extern int yquery (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
extern void begin_line (void);
-extern void wrap_here (int);
-
extern void reinitialize_more_filter (void);
/* Return the number of characters in a line. Will never be zero, but can
More information about the Gdb-cvs
mailing list