remove dead code in varobj.c:c_value_of_variable
gdb/ChangeLog: * varobj.c (c_value_of_variable): Remove dead code.
This commit is contained in:
parent
84abc003c2
commit
8219b1e8f0
2 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* varobj.c (c_value_of_variable): Remove dead code.
|
||||
|
||||
2012-02-29 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-lex.p (processId): Do not modify already encoded IDs.
|
||||
|
|
|
@ -3288,11 +3288,6 @@ c_value_of_variable (struct varobj *var, enum varobj_display_formats format)
|
|||
catch that case explicitly. */
|
||||
struct type *type = get_type (var);
|
||||
|
||||
/* If we have a custom formatter, return whatever string it has
|
||||
produced. */
|
||||
if (var->pretty_printer && var->print_value)
|
||||
return xstrdup (var->print_value);
|
||||
|
||||
/* Strip top-level references. */
|
||||
while (TYPE_CODE (type) == TYPE_CODE_REF)
|
||||
type = check_typedef (TYPE_TARGET_TYPE (type));
|
||||
|
|
Loading…
Add table
Reference in a new issue