summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2001-01-04 19:58:32 +0000
committerNicholas Duffek <nsd@redhat.com>2001-01-04 19:58:32 +0000
commit76ee1d1e234d6f8026eeff815d44b227c4aed710 (patch)
treec474a7430d7655288ff8fab02f765396d8c29ad7 /gdb
parent09bc110e1d0260229cf0987c14bd56feedbf70ef (diff)
downloadgdb-76ee1d1e234d6f8026eeff815d44b227c4aed710.tar.gz
* valops.c (VALUE_SUBSTRING_START): Delete.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/valops.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d1347a5dcf2..91f974233d0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2001-01-04 Nicholas Duffek <nsd@redhat.com>
+ * valops.c (VALUE_SUBSTRING_START): Delete.
+
+2001-01-04 Nicholas Duffek <nsd@redhat.com>
+
* Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
(SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
(cli_utils_h): New variable.
diff --git a/gdb/valops.c b/gdb/valops.c
index 835349c7085..b546808d816 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