Skip to content

Commit

Permalink
ctl: removed unused goto label
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 6, 2017
1 parent 9832017 commit c357560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/ctl/binrpc_run.c
Expand Up @@ -1114,7 +1114,6 @@ static int rpc_struct_add(struct rpc_struct_l* s, char* fmt, ...)
goto error;
}
}
end:
va_end(ap);
return 0;
error_mem:
Expand Down

0 comments on commit c357560

Please sign in to comment.