ovsdb-idl: Drop unnecessary allocation from ovsdb_idl_txn_insert().
authorBen Pfaff <blp@nicira.com>
Thu, 10 Jun 2010 21:09:51 +0000 (14:09 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Jun 2010 19:43:02 +0000 (12:43 -0700)
commitcde3f1eebc60af0e93009179eeaadb7000be2b79
treef28aa86af2b7e2e276eacf9b014bf08e8f050c25
parent2ce42c885a07e9de427e53901f6a46a2b8504fd7
ovsdb-idl: Drop unnecessary allocation from ovsdb_idl_txn_insert().

There's no need to allocate row->written ahead of time because the code
that can use it allocates it on demand if row->written is NULL.
lib/ovsdb-idl.c