diff options
author | Tom Tromey <tromey@adacore.com> | 2023-04-28 07:26:44 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-05-01 11:04:13 -0600 |
commit | ba71385e7f8824849f5a1f3d77bd5f03928138eb (patch) | |
tree | e15d8a1ffcb564d8def235f15eaa7e65d3f1f835 /gdb/value.h | |
parent | 43048e46db188e546ba2107bdffcc7eb751c91df (diff) | |
download | gdb-ba71385e7f8824849f5a1f3d77bd5f03928138eb.zip gdb-ba71385e7f8824849f5a1f3d77bd5f03928138eb.tar.gz gdb-ba71385e7f8824849f5a1f3d77bd5f03928138eb.tar.bz2 |
Remove evaluate_type
Like evaluate_expression, evaluate_type is also just a simple wrapper.
Removing it makes the code a little nicer.
Diffstat (limited to 'gdb/value.h')
-rw-r--r-- | gdb/value.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/value.h b/gdb/value.h index f6092ab..d042d81 100644 --- a/gdb/value.h +++ b/gdb/value.h @@ -1299,8 +1299,6 @@ extern int using_struct_return (struct gdbarch *gdbarch, struct value *function, struct type *value_type); -extern struct value *evaluate_type (struct expression *exp); - extern value *evaluate_var_value (enum noside noside, const block *blk, symbol *var); |