odp-util: Remove extraneous "set_tci(" from format_odp_action()
[openvswitch] / tests / test-ovsdb.c
index 04db65421a29ff1a03b65c2572af4735e2919782..cdc939bb4dfa777f24eeb8b78cb6a96516c2deaa 100644 (file)
@@ -1468,8 +1468,7 @@ do_transact_print(int argc OVS_UNUSED, char *argv[] OVS_UNUSED)
     n_rows = hmap_count(&do_transact_table->rows);
     rows = xmalloc(n_rows * sizeof *rows);
     i = 0;
-    HMAP_FOR_EACH (row, struct ovsdb_row, hmap_node,
-                   &do_transact_table->rows) {
+    HMAP_FOR_EACH (row, hmap_node, &do_transact_table->rows) {
         rows[i++] = row;
     }
     assert(i == n_rows);