Module: wine Branch: master Commit: 68d09afc28c1d1af816802feabceb47a38a00028 URL: http://source.winehq.org/git/wine.git/?a=commit;h=68d09afc28c1d1af816802feab...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sun Nov 15 19:14:10 2015 +0300
oleaut32: Remove unused tracing macro.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/oleaut32/varformat.c | 9 --------- 1 file changed, 9 deletions(-)
diff --git a/dlls/oleaut32/varformat.c b/dlls/oleaut32/varformat.c index a4969c2..696763e 100644 --- a/dlls/oleaut32/varformat.c +++ b/dlls/oleaut32/varformat.c @@ -51,15 +51,6 @@ static const WCHAR szPercent_d[] = { '%','d','\0' }; static const WCHAR szPercentZeroTwo_d[] = { '%','0','2','d','\0' }; static const WCHAR szPercentZeroStar_d[] = { '%','0','*','d','\0' };
-#if 0 -#define dump_tokens(rgb) do { \ - int i_; TRACE("Tokens->{\n"); \ - for (i_ = 0; i_ < rgb[0]; i_++) \ - TRACE("%s0x%02x", i_?",":"",rgb[i_]); \ - TRACE(" }\n"); \ - } while(0) -#endif - /****************************************************************************** * Variant-Formats {OLEAUT32} *