This commit removes a call to ada_check_typedef which has already
been done a few lines earlier in the same function, so the second one
is superfluous.
gdb/ChangeLog:
* ada-typeprint.c (ada_print_type): Remove superfluous second call
to ada_check_typedef.
+2020-10-23 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-typeprint.c (ada_print_type): Remove superfluous second call
+ to ada_check_typedef.
+
2020-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
* f-exp.y (f_parse): Rename to...
return;
}
- if (show > 0)
- type = ada_check_typedef (type);
-
if (is_var_decl && type->code () != TYPE_CODE_FUNC)
fprintf_filtered (stream, "%.*s: ",
ada_name_prefix_len (varstring), varstring);