diff options
author | Doug Evans <xdje42@gmail.com> | 2015-01-31 14:17:16 -0800 |
---|---|---|
committer | Doug Evans <xdje42@gmail.com> | 2015-01-31 14:17:16 -0800 |
commit | 05cdcf3d36ce579b3bf8c45badee7974b6adb88d (patch) | |
tree | cd385966c3d5b51b79f1185f82d68cbcd1dce9ea /gdb/completer.c | |
parent | 82083d6dbbc0b2f6a76095582c6e7ffb3e06432a (diff) | |
download | gdb-05cdcf3d36ce579b3bf8c45badee7974b6adb88d.zip gdb-05cdcf3d36ce579b3bf8c45badee7974b6adb88d.tar.gz gdb-05cdcf3d36ce579b3bf8c45badee7974b6adb88d.tar.bz2 |
Remove premature comments from previous patch to completer.c
These comments are for a followup patch.
Diffstat (limited to 'gdb/completer.c')
-rw-r--r-- | gdb/completer.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/completer.c b/gdb/completer.c index 88c8e16..5937439 100644 --- a/gdb/completer.c +++ b/gdb/completer.c @@ -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, |