From 92433e596b7fbfa5c75926705dcfef0080ebf012 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 17 Oct 2007 16:58:32 +0000 Subject: We use this ZERO_NULL to avoid picky compiler warnings, when assigning a NULL pointer to a function pointer var. --- tests/libtest/lib509.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/libtest') diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index f4dadce73..5d8edd266 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -35,13 +35,6 @@ #define MAIN_LOOP_HANG_TIMEOUT 90 * 1000 #define MULTI_PERFORM_HANG_TIMEOUT 60 * 1000 -/* - * We use this ZERO_NULL to avoid picky compiler warnings, - * when assigning a NULL pointer to a function pointer var. - */ - -#define ZERO_NULL 0 - int portnum; /* the HTTPS port number we use */ typedef struct sslctxparm_st { -- cgit v1.2.3