Commit 19254eb4 authored by Amine Khaldi's avatar Amine Khaldi Committed by Alexandre Julliard

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

parent e67beed6
...@@ -288,12 +288,6 @@ static const MIDL_SERVER_INFO if3_server_info = ...@@ -288,12 +288,6 @@ static const MIDL_SERVER_INFO if3_server_info =
0, 0,
0}; 0};
static const PRPC_STUB_FUNCTION if3_table[] =
{
if1_fn1_Stub
};
static CInterfaceStubVtbl if3_stub_vtbl = static CInterfaceStubVtbl if3_stub_vtbl =
{ {
{ {
...@@ -338,15 +332,6 @@ static const MIDL_SERVER_INFO if4_server_info = ...@@ -338,15 +332,6 @@ static const MIDL_SERVER_INFO if4_server_info =
0, 0,
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 = static CInterfaceStubVtbl if4_stub_vtbl =
{ {
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment