From: Tom Tromey Date: Thu, 8 Jan 2026 14:00:11 +0000 (-0700) Subject: Remove obsolete wrap_here declaration X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f18126f377d9d03e77eeb8760faa284b00afacaf;p=thirdparty%2Fbinutils-gdb.git 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 --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