Cleanup of the dwarf_expr_context constructor
authorZoran Zaric <Zoran.Zaric@amd.com>
Fri, 26 Feb 2021 10:14:53 +0000 (10:14 +0000)
committerZoran Zaric <zoran.zaric@amd.com>
Thu, 5 Aug 2021 15:38:48 +0000 (16:38 +0100)
commitfb4cdecb7e3b9cab8a83f3e69a9deafcf53501fe
treeef0493c05bbf26c01ef3c91f82de7b5dbc1035b6
parent183657edcd11c6fd84b4cf3721250086784999de
Cleanup of the dwarf_expr_context constructor

Move the initial values for dwarf_expr_context class data members
to the class declaration in expr.h.

gdb/ChangeLog:

        * dwarf2/expr.c (dwarf_expr_context::dwarf_expr_context):
        Remove initial data members values.
        * dwarf2/expr.h (dwarf_expr_context): Add initial values
        to the class data members.
gdb/dwarf2/expr.c
gdb/dwarf2/expr.h