unit1606: do not print/access buffer

It was a wrong assumption that it could do that!
This commit is contained in:
Daniel Stenberg 2017-04-25 08:46:18 +02:00
parent 0cab3a394a
commit 8ed81f67c2
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ static int runawhile(struct Curl_easy *easy,
finaltime = (int)(now.tv_sec - 1);
printf("%s\n", easy->state.buffer);
return finaltime;
}