From bd2e94cec8bb79e117389f7800ccd6b65407f5df Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 1 Oct 2008 17:25:22 +0000 Subject: * symtab.c (search_symbols): Update. * symtab.h (domain_enum_tag) : Remove. --- gdb/symtab.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'gdb/symtab.h') diff --git a/gdb/symtab.h b/gdb/symtab.h index c5ac732..a1dee4f 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -386,18 +386,15 @@ typedef enum domain_enum_tag /* Searching domains. These overlap with VAR_DOMAIN, providing some granularity with the search_symbols function. */ - /* Everything in VAR_DOMAIN minus FUNCTIONS_-, TYPES_-, and - METHODS_DOMAIN */ + /* Everything in VAR_DOMAIN minus FUNCTIONS_DOMAIN and + TYPES_DOMAIN. */ VARIABLES_DOMAIN, /* All functions -- for some reason not methods, though. */ FUNCTIONS_DOMAIN, /* All defined types */ - TYPES_DOMAIN, - - /* All class methods -- why is this separated out? */ - METHODS_DOMAIN + TYPES_DOMAIN } domain_enum; -- cgit v1.1