mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Remove some TRACE messages.
This patch can be freely ignored. I have not found any of these messages to be useful when debugging, but others may. Signed-off-by: Zebediah Figura <zfigura@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Matteo Bruni <mbruni@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
82c659539f
commit
9b1b9e222a
@@ -1255,7 +1255,6 @@ void hlsl_add_function(struct rb_tree *funcs, char *name, struct hlsl_ir_functio
|
||||
ERR("Redeclaring a user defined function as an intrinsic.\n");
|
||||
return;
|
||||
}
|
||||
TRACE("Function %s redeclared as a user defined function.\n", debugstr_a(name));
|
||||
func->intrinsic = intrinsic;
|
||||
rb_destroy(&func->overloads, free_function_decl_rb, NULL);
|
||||
rb_init(&func->overloads, compare_function_decl_rb);
|
||||
|
||||
Reference in New Issue
Block a user