Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Feb 8, 2023
1 parent 204b085 commit d25b94b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/perf_test/PerfTestGramSchmidt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,6 @@ struct ModifiedGramSchmidt {

template <class Scalar>
static void GramSchmidt(benchmark::State& state) {
std::string label_gramschmidt;

const int parallel_work_length = state.range(0);

for (auto _ : state) {
Expand Down

0 comments on commit d25b94b

Please sign in to comment.