Commit b8f33e0f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove unused variable

parent e10a410d
......@@ -69,7 +69,6 @@ VRT_Vmod_Init(void **hdl, void *ptr, int len, const char *nm, const char *path)
struct vmod *v;
void *x;
const int *i;
const char *p;
ASSERT_CLI();
......@@ -91,7 +90,6 @@ VRT_Vmod_Init(void **hdl, void *ptr, int len, const char *nm, const char *path)
x = dlsym(v->hdl, "Vmod_Name");
AN(x);
p = x;
x = dlsym(v->hdl, "Vmod_Len");
AN(x);
......
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