libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit cd58a0e166ac041b37ea7b671cee3f501afe1aa4
parent dbe1d76d9c75a95a7ebe3042dfac7e6a7392bfb0
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  9 Dec 2021 13:28:36 +0300

test_get_response_cleanup: removed unused macro

Diffstat:
Msrc/testcurl/test_get_response_cleanup.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/testcurl/test_get_response_cleanup.c b/src/testcurl/test_get_response_cleanup.c @@ -1,4 +1,3 @@ -/* DO NOT CHANGE THIS LINE */ /* This file is part of libmicrohttpd Copyright (C) 2007, 2009 Christian Grothoff @@ -62,8 +61,6 @@ #define MHD_CPU_COUNT 2 #endif -#define TESTSTR " /* DO NOT CHANGE THIS LINE */ " - static int oneone; static int ok;