Commit dc211989 authored by Nils Goroll's avatar Nils Goroll

fix unused parameter

parent be32548b
...@@ -227,6 +227,6 @@ vmod_vxid(VRT_CTX) ...@@ -227,6 +227,6 @@ vmod_vxid(VRT_CTX)
VCL_STRING __match_proto__(td_vmod_version) VCL_STRING __match_proto__(td_vmod_version)
vmod_version(VRT_CTX) vmod_version(VRT_CTX)
{ {
(void) ctx;
return VERSION; return VERSION;
} }
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