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]

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


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;
 
-- 
2.12.2


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