Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaloney authored and guybrush77 committed May 8, 2023
1 parent 032024f commit 6c81934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/rapidobj/rapidobj.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5314,7 +5314,6 @@ inline std::string ComputeDebugStats(const std::vector<std::chrono::nanoseconds>
auto min_index = size_t{};
auto max_index = size_t{};
auto avg_time = std::chrono::nanoseconds{};
auto stddev = std::chrono::nanoseconds{};

for (size_t i = 0; i != population.size(); ++i) {
auto sample = population[i];
Expand Down

0 comments on commit 6c81934

Please sign in to comment.