mirror of
https://github.com/curl/curl.git
synced 2026-08-26 11:13:36 +03:00
tests/server: round of tidy-ups
Dedupe, merge macros, globals, make symbols local where possible. Drop unused macros and headers. Drop `DEFAULT_LOGFILE` macro in favour of `--logfile` command-line option. Ref: #15000 Closes #16525
This commit is contained in:
parent
387311012c
commit
9213e4e497
9 changed files with 66 additions and 137 deletions
|
|
@ -53,8 +53,6 @@
|
|||
static bool use_ipv6 = FALSE;
|
||||
static const char *ipv_inuse = "IPv4";
|
||||
|
||||
const char *serverlogfile = ""; /* for a util.c function we don't use */
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
int arg = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue