remove an unused-but-set variable
[project/ubus.git] / ubus-example.c
index 5de1436..ef77eea 100644 (file)
@@ -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':