rpcrt4: Remove unreachable code in EmbeddedComplexSize.
commit27ae234b04d2d9617bcbc0e3d900b394ccbba349
authorRob Shearman <robertshearman@gmail.com>
Sun, 17 Aug 2008 17:33:42 +0000 (17 18:33 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Aug 2008 15:34:13 +0000 (18 17:34 +0200)
treecd1adc421d6f80f5e108bbaae54f4ea3b94da90a
parenta35431a194c4924ea447cb9e6278954947aa2fbe
rpcrt4: Remove unreachable code in EmbeddedComplexSize.

RPC_FC_ERROR_STATUS_T has a value of 0x10 and therefore isn't a
possible value of "flags_type & 0xf" in the switch statement.
dlls/rpcrt4/ndr_marshall.c