tests/server: drop memdebug.h

It's no longer used in any build configuration.

Follow-up to fffec3d7e9 #17629

Closes #17700
This commit is contained in:
Viktor Szakats 2025-06-22 00:56:10 +02:00
parent bbadbd7795
commit e29f11f2d6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
9 changed files with 0 additions and 27 deletions

View file

@ -48,9 +48,6 @@
#include <curlx.h> /* from the private lib dir */
#include "getpart.h"
/* include memdebug.h last */
#include <memdebug.h>
static int dnsd_wrotepidfile = 0;
static int dnsd_wroteportfile = 0;

View file

@ -27,9 +27,6 @@
#include <curlx.h> /* from the private lib dir */
#include "curl_memory.h"
/* include memdebug.h last */
#include <memdebug.h>
#define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
#define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++

View file

@ -55,9 +55,6 @@
#include <curlx.h> /* from the private lib dir */
#include "getpart.h"
/* include memdebug.h last */
#include <memdebug.h>
#define MQTT_MSG_CONNECT 0x10
#define MQTT_MSG_CONNACK 0x20
#define MQTT_MSG_PUBLISH 0x30

View file

@ -44,9 +44,6 @@
#include <netdb.h>
#endif
/* include memdebug.h last */
#include <memdebug.h>
static int test_resolve(int argc, char *argv[])
{
int arg = 1;

View file

@ -51,9 +51,6 @@
#include <curlx.h> /* from the private lib dir */
#include "getpart.h"
/* include memdebug.h last */
#include <memdebug.h>
#undef REQBUFSIZ
#define REQBUFSIZ 150000

View file

@ -103,9 +103,6 @@
#include <curlx.h> /* from the private lib dir */
/* include memdebug.h last */
#include <memdebug.h>
/* buffer is this excessively large only to be able to support things like
test 1003 which tests exceedingly large server response lines */
#define BUFFER_SIZE 17010

View file

@ -75,9 +75,6 @@
#include <curlx.h> /* from the private lib dir */
/* include memdebug.h last */
#include <memdebug.h>
static const char *backendaddr = "127.0.0.1";
static unsigned short backendport = 0; /* default is use client's */

View file

@ -52,9 +52,6 @@
#include <curlx.h> /* from the private lib dir */
#include "getpart.h"
/* include memdebug.h last */
#include <memdebug.h>
static bool use_gopher = FALSE;
static bool is_proxy = FALSE;

View file

@ -121,9 +121,6 @@ struct tftphdr {
#define TFTP_ENOUSER 7
/****************************************************************************/
/* include memdebug.h last */
#include <memdebug.h>
/*****************************************************************************
* STRUCT DECLARATIONS AND DEFINES *
*****************************************************************************/