aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-09 13:28:36 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-12-09 13:28:36 +0300
commitcd58a0e166ac041b37ea7b671cee3f501afe1aa4 (patch)
treef19106b07f522ff4f43699f5df474a4d696d258b
parentdbe1d76d9c75a95a7ebe3042dfac7e6a7392bfb0 (diff)
downloadlibmicrohttpd-cd58a0e166ac041b37ea7b671cee3f501afe1aa4.tar.gz
libmicrohttpd-cd58a0e166ac041b37ea7b671cee3f501afe1aa4.zip
test_get_response_cleanup: removed unused macro
-rw-r--r--src/testcurl/test_get_response_cleanup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/testcurl/test_get_response_cleanup.c b/src/testcurl/test_get_response_cleanup.c
index 5eda6c4f..efec5144 100644
--- a/src/testcurl/test_get_response_cleanup.c
+++ b/src/testcurl/test_get_response_cleanup.c
@@ -1,4 +1,3 @@
1/* DO NOT CHANGE THIS LINE */
2/* 1/*
3 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
4 Copyright (C) 2007, 2009 Christian Grothoff 3 Copyright (C) 2007, 2009 Christian Grothoff
@@ -62,8 +61,6 @@
62#define MHD_CPU_COUNT 2 61#define MHD_CPU_COUNT 2
63#endif 62#endif
64 63
65#define TESTSTR " /* DO NOT CHANGE THIS LINE */ "
66
67static int oneone; 64static int oneone;
68 65
69static int ok; 66static int ok;