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]

[commit] Unused variable (mi-cmd-var.c)


Committed as obvious.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


2006-11-30  Nick Roberts  <nickrob@snap.net.nz>

	* mi/mi-cmd-var.c (mi_cmd_var_list_children): Remove unused
	variable.

*** mi-cmd-var.c	30 Nov 2006 09:25:28 +1300	1.25
--- mi-cmd-var.c	30 Nov 2006 11:45:31 +1300	
***************
*** 321,327 ****
    struct varobj **cc;
    struct cleanup *cleanup_children;
    int numchild;
-   char *type;
    enum print_values print_values;
  
    if (argc != 1 && argc != 2)
--- 321,326 ----


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