From 9e1b7fe6be807a6081988aa2834b9489110d9ded Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 25 Feb 2011 21:43:51 -0800 Subject: [PATCH] * ebrowse.c (BROWSE_STRUCT): Remove unused macro. --- lib-src/ChangeLog | 1 + lib-src/ebrowse.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 578b3e402b..ba77a92cf1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -3,6 +3,7 @@ * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear to reader (and to the compiler) that the loop always executes at least once. This prevents a warning with recent GCC. + (BROWSE_STRUCT): Remove unused macro. * fakemail.c: Include . (put_line): Explicitly ignore fwrite return value, for benefit of diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c index c2b1fb9f45..113b6fdfe4 100644 --- a/lib-src/ebrowse.c +++ b/lib-src/ebrowse.c @@ -77,7 +77,6 @@ along with GNU Emacs. If not, see . */ #define TREE_HEADER_STRUCT "[ebrowse-hs " #define TREE_STRUCT "[ebrowse-ts " #define MEMBER_STRUCT "[ebrowse-ms " -#define BROWSE_STRUCT "[ebrowse-bs " #define CLASS_STRUCT "[ebrowse-cs " /* The name of the symbol table entry for global functions, variables, -- 2.39.2