]> granicus.if.org Git - apache/commitdiff
remove AP_CTX_* macros which are no longer used
authorDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 00:43:43 +0000 (00:43 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 22 Nov 2001 00:43:43 +0000 (00:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92114 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 32a3e8081e66abfdc4e9adb13749263c26e9bf32..84a86e4511692465126e78bb208d26a31f46a7f0 100644 (file)
@@ -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
  */