Skip to content

Commit

Permalink
fix(tools): remove unnecessary code that doesn't compile
Browse files Browse the repository at this point in the history
No need to profile bind pose stripping for the time being.
  • Loading branch information
nfrechette committed Mar 29, 2022
1 parent 1e0824d commit 1de0938
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/acl_decompressor/sources/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ static void benchmark_decompression(benchmark::State& state)
const uint32_t num_tracks = compressed_tracks.get_num_tracks();
acl::acl_impl::debug_track_writer pose_writer(s_allocator, acl::track_type8::qvvf, num_tracks);

if (decompression_function == DecompressionFunction::DecompressPose || decompression_function == DecompressionFunction::DecompressBone)
pose_writer.initialize_bind_pose(raw_tracks);

// Flush the CPU cache
memset_impl(flush_buffer + k_vmem_padding, k_flush_buffer_size, 1);

Expand Down

0 comments on commit 1de0938

Please sign in to comment.