summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-01-29 18:54:20 +0000
committerTom Tromey <tromey@redhat.com>2013-01-29 18:54:20 +0000
commit326749d1847fb13cf38aa775c9bca524432013da (patch)
treebd48ae30ba57cd9d34e42b0ded444a7c4a67b825 /gdb/value.h
parentf04df06ec3ee7785676ce4e5e2ee49cf73b286ab (diff)
downloadgdb-326749d1847fb13cf38aa775c9bca524432013da.tar.gz
* value.c (deprecated_set_value_modifiable): Remove.
* value.h (deprecated_set_value_modifiable): Remove.
Diffstat (limited to 'gdb/value.h')
-rw-r--r--gdb/value.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/value.h b/gdb/value.h
index 97ceeab5c7d..b9013fdf1e8 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -90,8 +90,6 @@ extern void set_value_offset (struct value *, int offset);
not_lval and be done with it? */
extern int deprecated_value_modifiable (struct value *value);
-extern void deprecated_set_value_modifiable (struct value *value,
- int modifiable);
/* If a value represents a C++ object, then the `type' field gives the
object's compile-time type. If the object actually belongs to some