cfm: Always initialize CCM "internal_ms_x" extension field.
[openvswitch] / tests / test-util.c
index c8026c13bf1de44fa628cafb57018a968a23107b..097b1eb481f5e8c9f4995cf93f74a030bf8be202 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;