From: Christopher Faylor Date: Sat, 20 Oct 2001 05:13:45 +0000 (+0000) Subject: Revert previous erroneous checkin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d66b75d138505fc96fa32b065d0dbb440d09ee69;p=binutils-gdb.git Revert previous erroneous checkin. --- diff --git a/gdb/valprint.c b/gdb/valprint.c index 5af31ead82c..3feb91564d0 100644 --- a/gdb/valprint.c +++ b/gdb/valprint.c @@ -1149,7 +1149,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);