1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

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

View File

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