gre: Simplify net namespace operations.
[openvswitch] / ovsdb / ovsdb-idlc.in
index 78a6546215268f12fbc54d23bae245248e592d51..24387b876f50d52e5576bd56a12677733b673a8c 100755 (executable)
@@ -524,9 +524,8 @@ const struct %(s)s *
 
         print '''
 void
-%(s)s_delete(const struct %(s)s *row_)
+%(s)s_delete(const struct %(s)s *row)
 {
-    struct %(s)s *row = (struct %(s)s *) row_;
     ovsdb_idl_txn_delete(&row->header_);
 }