From 0fdc054befd2e884703bf12d926c59f1252e4e6c Mon Sep 17 00:00:00 2001 From: Andy Fingerhut Date: Sat, 18 Jan 2025 20:31:27 +0000 Subject: [PATCH] Fix for compilation warning. Signed-off-by: Andy Fingerhut --- backends/bmv2/common/control.h | 1 - 1 file changed, 1 deletion(-) 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");