From c4c5d64ccf5e3fd0ec3682126edd45ff3f019134 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 27 Apr 2007 12:01:22 +0100 Subject: [PATCH] oleaut32: Remove useless initialization of an [out] parameter. --- dlls/oleaut32/tmarshal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/oleaut32/tmarshal.c b/dlls/oleaut32/tmarshal.c index 7d0637ef7e2..3783acaf88d 100644 --- a/dlls/oleaut32/tmarshal.c +++ b/dlls/oleaut32/tmarshal.c @@ -286,14 +286,12 @@ _get_typeinfo_for_iid(REFIID riid, ITypeInfo**ti) { ERR("No %s key found.\n",interfacekey); return E_FAIL; } - type = (1<