Remove premature comments from previous patch to completer.c
authorDoug Evans <xdje42@gmail.com>
Sat, 31 Jan 2015 22:17:16 +0000 (14:17 -0800)
committerDoug Evans <xdje42@gmail.com>
Sat, 31 Jan 2015 22:17:16 +0000 (14:17 -0800)
These comments are for a followup patch.

gdb/completer.c

index 88c8e16a9ae2e788a013f73fbfa95d83d5909208..59374393e1d03cdddf9b32e7b48c28ba16575c0b 100644 (file)
@@ -1538,13 +1538,8 @@ gdb_display_match_list_1 (char **matches, int len, int max,
 /* Utility for displaying completion list matches, used by both CLI and TUI.
 
    MATCHES is the list of strings, in argv format, LEN is the number of
-   strings in MATCHES, and MAX is the length of the longest string in MATCHES.
-
-   This function handles the LIST_MAYBE_TRUNCATED marker that we add to the
-   completion list.
-
-   Note: While LIST_MAYBE_TRUNCATED contributes to MAX, it's not long enough
-   that we worry about it.  */
+   strings in MATCHES, and MAX is the length of the longest string in
+   MATCHES.  */
 
 void
 gdb_display_match_list (char **matches, int len, int max,
This page took 0.026547 seconds and 4 git commands to generate.