Amine Khaldi : rpcrt4/tests: Remove unused if3_table and if4_table (Clang) .

Alexandre Julliard julliard at wine.codeweavers.com
Fri Oct 24 08:32:35 CDT 2014


Module: wine
Branch: master
Commit: 19254eb4381f075dc4939d527cf9d306076f0355
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=19254eb4381f075dc4939d527cf9d306076f0355

Author: Amine Khaldi <amine.khaldi at reactos.org>
Date:   Thu Oct 23 19:12:18 2014 +0100

rpcrt4/tests: Remove unused if3_table and if4_table (Clang).

---

 dlls/rpcrt4/tests/cstub.c | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/dlls/rpcrt4/tests/cstub.c b/dlls/rpcrt4/tests/cstub.c
index ad723de..de0c224 100644
--- a/dlls/rpcrt4/tests/cstub.c
+++ b/dlls/rpcrt4/tests/cstub.c
@@ -288,12 +288,6 @@ static const MIDL_SERVER_INFO if3_server_info =
     0,
     0};
 
-
-static const PRPC_STUB_FUNCTION if3_table[] =
-{
-    if1_fn1_Stub
-};
-
 static CInterfaceStubVtbl if3_stub_vtbl =
 {
     {
@@ -338,15 +332,6 @@ static const MIDL_SERVER_INFO if4_server_info =
     0,
     0};
 
-
-static const PRPC_STUB_FUNCTION if4_table[] =
-{
-    STUB_FORWARDING_FUNCTION,
-    STUB_FORWARDING_FUNCTION,
-    STUB_FORWARDING_FUNCTION,
-    STUB_FORWARDING_FUNCTION,
-};
-
 static CInterfaceStubVtbl if4_stub_vtbl =
 {
     {




More information about the wine-cvs mailing list