]> git.sur5r.net Git - ngadmin/commitdiff
lib: remove unused variable
authordarkcoven <admin@darkcoven.tk>
Fri, 18 Dec 2015 16:32:13 +0000 (17:32 +0100)
committerdarkcoven <admin@darkcoven.tk>
Fri, 18 Dec 2015 16:32:13 +0000 (17:32 +0100)
lib/src/ports.c

index 99f8b48aedf91ba10eba454e5fde7b7f86af8348..f5243e576d2291847ebde0fd82a7d12060669056 100644 (file)
@@ -187,7 +187,6 @@ end:
 int ngadmin_getLoopDetectionState (struct ngadmin *nga, int *s)
 {
        List *attr;
-       ListNode *ln;
        struct attr *at;
        int ret = ERR_OK;