X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb-idlc.in;h=24387b876f50d52e5576bd56a12677733b673a8c;hb=8fb56e55f65c207ef4034cef123a9eea4aeb974b;hp=78a6546215268f12fbc54d23bae245248e592d51;hpb=979821c0a6b0c8a9f941a2e13c49feffe2391ab8;p=openvswitch diff --git a/ovsdb/ovsdb-idlc.in b/ovsdb/ovsdb-idlc.in index 78a65462..24387b87 100755 --- a/ovsdb/ovsdb-idlc.in +++ b/ovsdb/ovsdb-idlc.in @@ -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_); }