Commit 63f051db authored by Nils Goroll's avatar Nils Goroll

rip out the vmod_re bandaid

Ref: aa8875a4
Ref: c310f04b
parent d25fc50c
......@@ -52,7 +52,6 @@
volatile struct params *cache_param;
static volatile struct vre_limits *vparam_vre_limits;
/*--------------------------------------------------------------------
* Per thread storage for the session currently being processed by
......@@ -312,8 +311,6 @@ child_main(int sigmagic, size_t altstksz)
#endif
cache_param = heritage.param;
// XXX TODO - generic solution?
vparam_vre_limits = &cache_param->vre_limits;
AZ(pthread_key_create(&req_key, NULL));
AZ(pthread_key_create(&bo_key, NULL));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment