Skip to content
Snippets Groups Projects
Commit 0746aa39 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fix: remove unused var local vars

parent 89a03b78
No related branches found
No related tags found
No related merge requests found
......@@ -177,9 +177,6 @@ namespace ChimeraTK {
static_assert(std::is_base_of<InversionOfControlAccessor<Derived>, Derived>::value,
"InversionOfControlAccessor<> must be used in a curiously recurring template pattern!");
auto path = Utilities::getPathName(name);
auto unqualName = Utilities::getUnqualifiedName(name);
/// @todo FIXME eliminate dynamic_cast and the "lambda trick" by changing owner pointer type
auto addToOnwer = [&](auto& owner_casted) {
auto model = owner_casted.getModel();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment