]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Revert previous erroneous checkin.
authorChristopher Faylor <me+cygwin@cgf.cx>
Sat, 20 Oct 2001 05:14:16 +0000 (05:14 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Sat, 20 Oct 2001 05:14:16 +0000 (05:14 +0000)
gdb/valprint.c

index 2da7974b4ed72962bd9b3fbf8f10c56e7e73f7c0..49c6cb882c1d525034ae68546ca268a6088a5223 100644 (file)
@@ -1148,7 +1148,6 @@ val_print_string (CORE_ADDR addr, int len, int width, struct ui_file *stream)
   found_nul = 0;
   old_chain = make_cleanup (null_cleanup, 0);
 
-  bufptr = NULL;
   if (len > 0)
     {
       buffer = (char *) xmalloc (len * width);