Skip to content

Commit

Permalink
Remove trace points
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Nov 23, 2024
1 parent 2e59e2a commit 1a3d558
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/astcenc_compress_symbolic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ static float compress_symbolic_block_for_partition_1plane(

if (errorval < best_errorval_in_scb)
{
trace_add_data("select", "1");
best_errorval_in_scb = errorval;
workscb.errorval = errorval;
scb = workscb;
Expand Down Expand Up @@ -682,7 +681,6 @@ static float compress_symbolic_block_for_partition_1plane(

if (errorval < best_errorval_in_scb)
{
trace_add_data("select", "1");
best_errorval_in_scb = errorval;
workscb.errorval = errorval;
scb = workscb;
Expand Down Expand Up @@ -969,7 +967,6 @@ static float compress_symbolic_block_for_partition_2planes(

if (errorval < best_errorval_in_scb)
{
trace_add_data("select", "1");
best_errorval_in_scb = errorval;
workscb.errorval = errorval;
scb = workscb;
Expand Down Expand Up @@ -1019,7 +1016,6 @@ static float compress_symbolic_block_for_partition_2planes(

if (errorval < best_errorval_in_scb)
{
trace_add_data("select", "1");
best_errorval_in_scb = errorval;
workscb.errorval = errorval;
scb = workscb;
Expand Down

0 comments on commit 1a3d558

Please sign in to comment.