Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / openvpn.c
index 93c8f1b..a36de9d 100644 (file)
@@ -525,8 +525,6 @@ static int openvpn_read (void)
        /* call the right read function for every status entry in the list */
        for (i = 0; i < vpn_num; i++)
        {
-               int vpn_read = 0;
-
                fh = fopen (vpn_list[i]->file, "r");
                if (fh == NULL)
                {