Browse Source

ctl: removed unused goto label

Daniel-Constantin Mierla 8 years ago
parent
commit
c357560e28
1 changed files with 0 additions and 1 deletions
  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: