Browse Source

ctl: removed unused goto label

Daniel-Constantin Mierla 8 năm trước cách đây
mục cha
commit
c357560e28
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/modules/ctl/binrpc_run.c

+ 0 - 1
src/modules/ctl/binrpc_run.c

@@ -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: