aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/tls/gnutls_errors.c')
-rw-r--r--src/daemon/https/tls/gnutls_errors.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/daemon/https/tls/gnutls_errors.c b/src/daemon/https/tls/gnutls_errors.c
index 51fdb707..bf6a1d0d 100644
--- a/src/daemon/https/tls/gnutls_errors.c
+++ b/src/daemon/https/tls/gnutls_errors.c
@@ -398,17 +398,3 @@ MHD_gtls_log (int level, const char *fmt, ...)
398 log_func (level, str); 398 log_func (level, str);
399} 399}
400 400
401#ifndef DEBUG
402# ifndef C99_MACROS
403
404/* Without C99 macros these functions have to
405 * be called. This may affect performance.
406 */
407void
408MHD__gnutls_null_log (void *x, ...)
409{
410 return;
411}
412
413# endif /* C99_MACROS */
414#endif /* DEBUG */