Deleted two buggy functions that incorrectly and inefficiently check
commit29c93e431d152432ba319d5ea87e3e185eb7d848
authorMike McCormack <mike@codeweavers.com>
Sat, 29 Oct 2005 11:07:29 +0000 (29 11:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 29 Oct 2005 11:07:29 +0000 (29 11:07 +0000)
tree6b1f96c3aa87a8ad7e555a75b20018b06ca14440
parentab787f9d892ff04811d71e4d04a2c80d12c882d6
Deleted two buggy functions that incorrectly and inefficiently check
whether a row already exists in a table, and replaced them with a call
to an existing working function that does the same thing correctly.
dlls/msi/table.c