[2/4] rpcrt4: Remove inaccurate comments

Dan Hipschman dsh at linux.ucla.edu
Mon Jun 18 20:37:16 CDT 2007


This just removes a few bogus comments.  The functions named in the
comments are implemented elsewhere.

---
 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,



More information about the wine-patches mailing list