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

Remove now unused ws variable.

parent 4d4e9f7f
......@@ -73,11 +73,8 @@ static struct vgz *
vgz_alloc_vgz(struct worker *wrk, const char *id)
{
struct vgz *vg;
struct ws *ws;
CHECK_OBJ_NOTNULL(wrk, WORKER_MAGIC);
ws = wrk->ws;
WS_Assert(ws);
ALLOC_OBJ(vg, VGZ_MAGIC);
AN(vg);
vg->wrk = wrk;
......
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