remove never used err variable assignment disliked by scan-build
[project/libnl-tiny.git] / nl.c
diff --git a/nl.c b/nl.c
index 505965fd16aa8988e627871e2d3e42632cbfb7a1..c875573bb05c8ea4d54c2f8eab418ccf39200f21 100644 (file)
--- a/nl.c
+++ b/nl.c
@@ -645,7 +645,6 @@ continue_reading:
                                NL_CB_CALL(cb, NL_CB_VALID, msg);
                }
 skip:
-               err = 0;
                hdr = nlmsg_next(hdr, &n);
        }