* value.c (deprecated_set_value_modifiable): Remove.

* value.h (deprecated_set_value_modifiable): Remove.
This commit is contained in:
Tom Tromey
2013-01-29 18:54:24 +00:00
parent 427d0db66d
commit a543d2a92e
3 changed files with 5 additions and 7 deletions

View File

@@ -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