remove an unused-but-set variable

This commit is contained in:
Felix Fietkau 2011-07-30 17:57:17 +02:00
parent 460672c6da
commit 52ce4320ed

View 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':