Zebediah Figura : msi: Get rid of the find_matching_rows() view operation.

Alexandre Julliard julliard at winehq.org
Fri Jan 25 16:29:06 CST 2019


Module: wine
Branch: master
Commit: ced768f2ec163e25b7e1cf54a87f4b01369a846e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=ced768f2ec163e25b7e1cf54a87f4b01369a846e

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Jan 24 00:07:30 2019 -0600

msi: Get rid of the find_matching_rows() view operation.

It was introduced in 9f487ba1d as part of an optimization, but ceased to be used in a52c2bf94.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msi/alter.c    |  9 ------
 dlls/msi/create.c   |  1 -
 dlls/msi/delete.c   | 10 -------
 dlls/msi/distinct.c | 22 ---------------
 dlls/msi/drop.c     |  1 -
 dlls/msi/insert.c   | 10 -------
 dlls/msi/msipriv.h  | 13 ---------
 dlls/msi/select.c   | 20 --------------
 dlls/msi/storages.c | 30 --------------------
 dlls/msi/streams.c  | 30 --------------------
 dlls/msi/table.c    | 80 -----------------------------------------------------
 dlls/msi/update.c   |  9 ------
 dlls/msi/where.c    | 31 ---------------------
 13 files changed, 266 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=ced768f2ec163e25b7e1cf54a87f4b01369a846e



More information about the wine-cvs mailing list