Commit 1c9bf690 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Drop unused variable

parent 27ccc764
......@@ -215,7 +215,6 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp, uint64_t *bits)
struct vsl *vsl;
uint32_t *p;
unsigned char t;
unsigned u;
int i;
CHECK_OBJ_NOTNULL(vd, VSM_MAGIC);
......@@ -226,7 +225,6 @@ VSL_NextLog(const struct VSM_data *vd, uint32_t **pp, uint64_t *bits)
i = vsl_nextlog(vsl, &p);
if (i != 1)
return (i);
u = VSL_ID(p);
t = VSL_TAG(p);
if (vsl->skip) {
--vsl->skip;
......
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