gdb: Remove out of date comment

Comment clean up.

gdb/ChangeLog:

	* varobj.c (varobj_create): Remove out of date comment.
This commit is contained in:
Andrew Burgess 2017-10-19 10:59:22 +01:00
parent ae45162705
commit 03d0bf7b78
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
* varobj.c (varobj_create): Remove out of date comment.
2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
PR mi/20395

View File

@ -298,7 +298,6 @@ varobj_create (const char *objname,
else
fi = NULL;
/* frame = -2 means always use selected frame. */
if (type == USE_SELECTED_FRAME)
var->root->floating = true;