Skip to content

Commit f9fd41e

Browse files
committed
remove unused variable
1 parent 43b9966 commit f9fd41e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/source/operon_gp.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -247,9 +247,6 @@ auto main(int argc, char** argv) -> int
247247
}
248248

249249
tf::Executor executor(threads);
250-
251-
auto t0 = std::chrono::steady_clock::now();
252-
253250
Operon::GeneticProgrammingAlgorithm gp { config, &problem, &treeInitializer, coeffInitializer.get(), generator.get(), reinserter.get() };
254251

255252
auto const* ptr = dynamic_cast<Operon::Evaluator<decltype(dtable)> const*>(evaluator.get());

0 commit comments

Comments
 (0)