diff options
author | Nicholas Duffek <nsd@redhat.com> | 2001-01-04 19:58:32 +0000 |
---|---|---|
committer | Nicholas Duffek <nsd@redhat.com> | 2001-01-04 19:58:32 +0000 |
commit | 0e2fb98e8dbb831e68f14e1fff565c0eee2f074d (patch) | |
tree | 28107306a5fe6608fc363b167dbcbb2f57f40f78 /gdb/valops.c | |
parent | 12cf3f1bf8dc02db41b0aa6a8eaee7ac8aef11ff (diff) | |
download | gdb-0e2fb98e8dbb831e68f14e1fff565c0eee2f074d.zip gdb-0e2fb98e8dbb831e68f14e1fff565c0eee2f074d.tar.gz gdb-0e2fb98e8dbb831e68f14e1fff565c0eee2f074d.tar.bz2 |
* valops.c (VALUE_SUBSTRING_START): Delete.
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index 835349c..b546808 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -70,8 +70,6 @@ static struct fn_field *find_method_list (value_ptr * argp, char *method, void _initialize_valops (void); -#define VALUE_SUBSTRING_START(VAL) VALUE_FRAME(VAL) - /* Flag for whether we want to abandon failed expression evals by default. */ #if 0 |