aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_gethostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_gethostname.c')
-rw-r--r--lib/curl_gethostname.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/curl_gethostname.c b/lib/curl_gethostname.c
index 210ca0264..6fcfdc542 100644
--- a/lib/curl_gethostname.c
+++ b/lib/curl_gethostname.c
@@ -28,9 +28,6 @@
#include "curl_gethostname.h"
-/* Hostname buffer size */
-#define HOSTNAME_MAX 1024
-
/*
* Curl_gethostname() is a wrapper around gethostname() which allows
* overriding the host name that the function would normally return.