aboutsummaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-30 16:23:11 -0700
committerTom Tromey <tom@tromey.com>2023-01-30 16:27:24 -0700
commit5b16151da2996f311b6f6bda88d96b2689def267 (patch)
tree79bb7801ff8c75601ea5566efeac20b01fe26e12 /gdb/value.h
parent902d61e3285aa88e635195a0f77541c44d1dfb2c (diff)
downloadgdb-5b16151da2996f311b6f6bda88d96b2689def267.zip
gdb-5b16151da2996f311b6f6bda88d96b2689def267.tar.gz
gdb-5b16151da2996f311b6f6bda88d96b2689def267.tar.bz2
Remove value_next declaration
value_next is declared but not defined. It's long obsolete. This patch removes the stray declaration.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 1e80b74..f022510 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -119,13 +119,6 @@ struct value_ref_policy
typedef gdb::ref_ptr<struct value, value_ref_policy> value_ref_ptr;
-/* Values are stored in a chain, so that they can be deleted easily
- over calls to the inferior. Values assigned to internal variables,
- put into the value history or exposed to Python are taken off this
- list. */
-
-struct value *value_next (const struct value *);
-
/* Type of the value. */
extern struct type *value_type (const struct value *);