aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib544.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib544.c')
-rw-r--r--tests/libtest/lib544.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libtest/lib544.c b/tests/libtest/lib544.c
index 192bfb2e7..a58fa05e3 100644
--- a/tests/libtest/lib544.c
+++ b/tests/libtest/lib544.c
@@ -63,7 +63,6 @@ int test(char *URL)
/* Update the original data to detect non-copy. */
strcpy(teststring, "FAIL");
-#ifdef LIB545
{
CURL *handle2;
handle2 = curl_easy_duphandle(curl);
@@ -71,7 +70,6 @@ int test(char *URL)
curl = handle2;
}
-#endif
/* Now, this is a POST request with binary 0 embedded in POST data. */
res = curl_easy_perform(curl);