diff -uprN src0/gdb/completer.c src1/gdb/completer.c --- src0/gdb/completer.c 2009-05-26 09:56:21.000000000 -0400 +++ src1/gdb/completer.c 2009-08-06 09:16:45.000000000 -0400 @@ -78,10 +78,6 @@ static char *gdb_completer_file_name_bre static char *gdb_completer_file_name_break_characters = " \t\n*|\"';:?><"; #endif -/* These are used when completing on locations, which can mix file - names and symbol names separated by a colon. */ -static char *gdb_completer_loc_break_characters = " \t\n*|\"';:?><,"; - /* Characters that can be used to quote completion strings. Note that we can't include '"' because the gdb C parser treats such quoted sequences as strings. */