d3dcompiler: Remove a couple of noisy traces.
This commit is contained in:
parent
39212d2ffb
commit
89cac9c20d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue