Module: wine Branch: master Commit: b09b917a5c2c3f7f615d224500501318b994150b URL: http://source.winehq.org/git/wine.git/?a=commit;h=b09b917a5c2c3f7f615d224500...
Author: Dan Hipschman dsh@linux.ucla.edu Date: Mon Jun 18 18:37:16 2007 -0700
rpcrt4: Remove inaccurate comments.
---
dlls/rpcrt4/ndr_marshall.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/dlls/rpcrt4/ndr_marshall.c b/dlls/rpcrt4/ndr_marshall.c index 1369619..62ff179 100644 --- a/dlls/rpcrt4/ndr_marshall.c +++ b/dlls/rpcrt4/ndr_marshall.c @@ -4157,9 +4157,6 @@ static unsigned char *union_arm_unmarshall(PMIDL_STUB_MESSAGE pStubMsg, return NULL; }
-/*********************************************************************** - * NdrEncapsulatedUnionBufferSize [RPCRT4.@] - */ static void union_arm_buffer_size(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, 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, ULONG discriminant, PFORMAT_STRING pFormat) @@ -4256,9 +4250,6 @@ static ULONG union_arm_memory_size(PMIDL_STUB_MESSAGE pStubMsg, return size; }
-/*********************************************************************** - * NdrEncapsulatedUnionFree [RPCRT4.@] - */ static void union_arm_free(PMIDL_STUB_MESSAGE pStubMsg, unsigned char *pMemory, ULONG discriminant,