summaryrefslogtreecommitdiff
path: root/gdb/value.c
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.c
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.c')
-rw-r--r--gdb/value.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/value.c b/gdb/value.c
index ec4b09038e1..dbf1c376bed 100644
--- a/gdb/value.c
+++ b/gdb/value.c
@@ -1198,11 +1198,6 @@ deprecated_value_modifiable (struct value *value)
{
return value->modifiable;
}
-void
-deprecated_set_value_modifiable (struct value *value, int modifiable)
-{
- value->modifiable = modifiable;
-}
/* Return a mark in the value chain. All values allocated after the
mark is obtained (except for those released) are subject to being freed