[patch] ada-lang, c-lang, f-lang, objc-lang, jv-lang, m2-lang, ada-tasks.c: delete unused variables

Joel Brobecker brobecker@adacore.com
Fri May 7 03:17:00 GMT 2010


> --- jv-lang.c	22 Apr 2010 23:15:41 -0000	1.83
> +++ jv-lang.c	6 May 2010 23:35:37 -0000
> @@ -268,8 +268,10 @@ type_from_class (struct gdbarch *gdbarch
>    struct value *utf8_name;
>    char *nptr;
>    CORE_ADDR addr;
> +#if 0
>    struct block *bl;
>    struct dict_iterator iter;
> +#endif

Can you explain why using #if 0 instead of deleting these variables?

-- 
Joel



More information about the Gdb-patches mailing list