ada-typeprint.c::ada_print_type: Remove redundant call to ada_check_typedef
authorJoel Brobecker <brobecker@adacore.com>
Fri, 23 Oct 2020 10:15:15 +0000 (14:15 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Fri, 23 Oct 2020 10:15:15 +0000 (14:15 +0400)
commit8747316ecf9ecf5aaf885b973b0c056fa4c3a2ee
tree46bef547f3b34a8d5c3b769af342850952bf216b
parent1a0ea39913588b4e7ae47e384683784314fca8fe
ada-typeprint.c::ada_print_type: Remove redundant call to ada_check_typedef

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.
gdb/ChangeLog
gdb/ada-typeprint.c