summaryrefslogtreecommitdiff
path: root/gdb/value.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-04 23:21:39 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-04 23:21:39 +0000
commit20b7aaa9afebd47f265ae8062440281f796f0b47 (patch)
tree7765ef967a754016ac5e32fb3e8ff015be1420c8 /gdb/value.h
parentb35002aff9af141ab4987c36ec0b8fd7dcb9d8e2 (diff)
downloadgdb-20b7aaa9afebd47f265ae8062440281f796f0b47.tar.gz
Move value_ptr typedef to gdbtk-wrapper from value.h.
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 78f615f8842..d6fa9ff9c1f 100644
--- a/gdb/value.h
+++ b/gdb/value.h
@@ -174,8 +174,6 @@ struct value
/* Do not add any new members here -- contents above will trash them */
};
-typedef struct value *value_ptr;
-
#define VALUE_TYPE(val) (val)->type
#define VALUE_ENCLOSING_TYPE(val) (val)->enclosing_type
#define VALUE_LAZY(val) (val)->lazy