rpcrt4: Remove inaccurate comments.
This commit is contained in:
parent
08c846a9da
commit
b09b917a5c
|
@ -4157,9 +4157,6 @@ static unsigned char *union_arm_unmarshall(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
* NdrEncapsulatedUnionBufferSize [RPCRT4.@]
|
|
||||||
*/
|
|
||||||
static void union_arm_buffer_size(PMIDL_STUB_MESSAGE pStubMsg,
|
static void union_arm_buffer_size(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
unsigned char *pMemory,
|
unsigned char *pMemory,
|
||||||
ULONG discriminant,
|
ULONG discriminant,
|
||||||
|
@ -4203,9 +4200,6 @@ static void union_arm_buffer_size(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
* NdrEncapsulatedUnionMemorySize [RPCRT4.@]
|
|
||||||
*/
|
|
||||||
static ULONG union_arm_memory_size(PMIDL_STUB_MESSAGE pStubMsg,
|
static ULONG union_arm_memory_size(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
ULONG discriminant,
|
ULONG discriminant,
|
||||||
PFORMAT_STRING pFormat)
|
PFORMAT_STRING pFormat)
|
||||||
|
@ -4256,9 +4250,6 @@ static ULONG union_arm_memory_size(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
return size;
|
return size;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***********************************************************************
|
|
||||||
* NdrEncapsulatedUnionFree [RPCRT4.@]
|
|
||||||
*/
|
|
||||||
static void union_arm_free(PMIDL_STUB_MESSAGE pStubMsg,
|
static void union_arm_free(PMIDL_STUB_MESSAGE pStubMsg,
|
||||||
unsigned char *pMemory,
|
unsigned char *pMemory,
|
||||||
ULONG discriminant,
|
ULONG discriminant,
|
||||||
|
|
Loading…
Reference in New Issue