]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/value.c
Move ~value body out-of-line
authorTom Tromey <tom@tromey.com>
Tue, 31 Jan 2023 14:41:09 +0000 (07:41 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 13 Feb 2023 22:21:06 +0000 (15:21 -0700)
commite714001c7896d90413e2eee13acb56bdd9639abe
tree760383a9c8b3431ff94888885509b224bf251b92
parent382d927ffc1224d7fdac532cf826b1322eba91ee
Move ~value body out-of-line

struct value is going to move to value.h, but to avoid having
excessive code there, first move the destructor body out-of-line.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/value.c