Revert previous erroneous checkin.

This commit is contained in:
Christopher Faylor 2001-10-20 05:13:45 +00:00
parent 83413c558c
commit d66b75d138
1 changed files with 0 additions and 1 deletions

View File

@ -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);