Debian packaging to remove system-id.conf
[sliver-openvswitch.git] / tests / test-util.c
index c8026c1..097b1eb 100644 (file)
@@ -189,7 +189,6 @@ check_bitwise_is_all_zeros(void)
 {
     int n_loops;
 
-    n_loops = 0;
     for (n_loops = 0; n_loops < 100; n_loops++) {
         ovs_be64 x = htonll(0);
         int i;