diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-04-25 08:46:18 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-01 22:55:29 +0200 |
commit | 8ed81f67c2a3783c04e52b16d39bf998bd998c06 (patch) | |
tree | 532a07b7c4fc0bd563e47abab7fd0d25b30c4031 /tests | |
parent | 0cab3a394a190c1cdf900cf2887ccdd6a7f213ef (diff) |
unit1606: do not print/access buffer
It was a wrong assumption that it could do that!
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/unit1606.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/unit1606.c b/tests/unit/unit1606.c index 7acba0325..f08735b3f 100644 --- a/tests/unit/unit1606.c +++ b/tests/unit/unit1606.c @@ -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; } |