Commit 2f89fbfa authored by Nils Goroll's avatar Nils Goroll

gc a vcdk residue

parent b4eb56cf
......@@ -484,12 +484,3 @@ VCL_STRING vmod_parser_type(VRT_CTX,
return (NULL);
}
// ---------------------------------------------------------------------------
VCL_STRING
vmod_hello(VRT_CTX)
{
CHECK_OBJ_NOTNULL(ctx, VRT_CTX_MAGIC);
return ("vmod-frozen");
}
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