remove an unused-but-set variable
This commit is contained in:
parent
460672c6da
commit
52ce4320ed
1 changed files with 1 additions and 3 deletions
|
@ -73,12 +73,10 @@ static struct ubus_object test_object2 = {
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
const char *progname, *ubus_socket = NULL;
|
||||
const char *ubus_socket = NULL;
|
||||
int ret = 0;
|
||||
int ch;
|
||||
|
||||
progname = argv[0];
|
||||
|
||||
while ((ch = getopt(argc, argv, "s:")) != -1) {
|
||||
switch (ch) {
|
||||
case 's':
|
||||
|
|
Loading…
Reference in a new issue