rpcrt4/tests: Remove unused if3_table and if4_table (Clang).
This commit is contained in:
parent
e67beed64d
commit
19254eb438
|
@ -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 =
|
||||
{
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue