* valops.c (VALUE_SUBSTRING_START): Delete.
authorNicholas Duffek <nsd@redhat.com>
Thu, 4 Jan 2001 19:58:32 +0000 (19:58 +0000)
committerNicholas Duffek <nsd@redhat.com>
Thu, 4 Jan 2001 19:58:32 +0000 (19:58 +0000)
gdb/ChangeLog
gdb/valops.c

index d1347a5..91f9742 100644 (file)
@@ -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.
index 835349c..b546808 100644 (file)
@@ -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