diff --git a/backends/bmv2/common/control.h b/backends/bmv2/common/control.h index 1372689fb10..223c5b93518 100644 --- a/backends/bmv2/common/control.h +++ b/backends/bmv2/common/control.h @@ -144,7 +144,6 @@ class ControlConverter : public Inspector { auto propertyName = Standard::ActionProfileTraits::propertyName(); auto impl = table->properties->getProperty(propertyName); - bool simple = handleTableImplementation(impl, key, result, action_profiles, selector_check); unsigned size = 0; auto sz = table->properties->getProperty("size");