This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCHv4 4/5] gdb: Remove out of date comment


On 2017-10-19 09:27 AM, Andrew Burgess wrote:
> Comment clean up.
> 
> gdb/ChangeLog:
> 
> 	* varobj.c (varobj_create): Remove out of date comment.
> ---
>  gdb/ChangeLog | 4 ++++
>  gdb/varobj.c  | 1 -
>  2 files changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/gdb/varobj.c b/gdb/varobj.c
> index 56affc73f0..d8b927ef4f 100644
> --- a/gdb/varobj.c
> +++ b/gdb/varobj.c
> @@ -311,7 +311,6 @@ varobj_create (const char *objname,
>        else
>  	fi = NULL;
>  
> -      /* frame = -2 means always use selected frame.  */
>        if (type == USE_SELECTED_FRAME)
>  	var->root->floating = 1;
>  
> 

LGTM.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]