From d316a94ecbba8bba7a98c0191ce7b74a9bcd89f5 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Sun, 6 Jan 2008 12:22:42 -0700 Subject: [PATCH] msi: Remove an erroneous table. --- dlls/msi/tests/install.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 2c674bbf779..e4727b53b32 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -819,7 +819,6 @@ static const msi_table mov_tables[] = ADD_TABLE(rof_media), ADD_TABLE(property), ADD_TABLE(mov_move_file), - ADD_TABLE(registry), }; static const msi_table mc_tables[] =