Matteo Bruni : d3dcompiler: Remove a couple of noisy traces.

Alexandre Julliard julliard at winehq.org
Fri May 2 11:50:38 CDT 2014


Module: wine
Branch: master
Commit: 89cac9c20dd85837f9ac8dc57b83de16dcd0b21d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=89cac9c20dd85837f9ac8dc57b83de16dcd0b21d

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Fri May  2 16:30:12 2014 +0200

d3dcompiler: Remove a couple of noisy traces.

---

 dlls/d3dcompiler_43/hlsl.y |    2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/d3dcompiler_43/hlsl.y b/dlls/d3dcompiler_43/hlsl.y
index ef68547..1efb65b 100644
--- a/dlls/d3dcompiler_43/hlsl.y
+++ b/dlls/d3dcompiler_43/hlsl.y
@@ -1400,7 +1400,6 @@ base_type:                KW_VOID
                             {
                                 struct hlsl_type *type;
 
-                                TRACE("Type %s.\n", $1);
                                 type = get_type(hlsl_ctx.cur_scope, $1, TRUE);
                                 $$ = type;
                                 d3dcompiler_free($1);
@@ -1409,7 +1408,6 @@ base_type:                KW_VOID
                             {
                                 struct hlsl_type *type;
 
-                                TRACE("Struct type %s.\n", $2);
                                 type = get_type(hlsl_ctx.cur_scope, $2, TRUE);
                                 if (type->type != HLSL_CLASS_STRUCT)
                                 {




More information about the wine-cvs mailing list