* ebrowse.c (BROWSE_STRUCT): Remove unused macro.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 05:43:51 +0000 (21:43 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 26 Feb 2011 05:43:51 +0000 (21:43 -0800)
lib-src/ChangeLog
lib-src/ebrowse.c

index 578b3e4..ba77a92 100644 (file)
@@ -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 <ignore-value.h>.
        (put_line): Explicitly ignore fwrite return value, for benefit of
index c2b1fb9..113b6fd 100644 (file)
@@ -77,7 +77,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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,