From: Doug MacEachern Date: Thu, 22 Nov 2001 00:43:43 +0000 (+0000) Subject: remove AP_CTX_* macros which are no longer used X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87affd689869b3a6dd93c5ae9f14f2b00502a06e;p=thirdparty%2Fapache%2Fhttpd.git remove AP_CTX_* macros which are no longer used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@92114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 32a3e8081e6..84a86e45116 100644 --- a/mod_ssl.h +++ b/mod_ssl.h @@ -207,11 +207,6 @@ ap_set_module_config(c->conn_config, &ssl_module, val) #define myCtxVarSet(mc,num,val) mc->rCtx.pV##num = val #define myCtxVarGet(mc,num,type) (type)(mc->rCtx.pV##num) -#define AP_CTX_NUM2PTR(n) (void *)(((unsigned long)(n))+1) -#define AP_CTX_PTR2NUM(p) (unsigned long)(((char *)(p))-1) - -#define AP_CTX_MAX_ENTRIES 1024 - /* * SSL Logging */