Skip to content

Commit

Permalink
Fix for compilation warning.
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Fingerhut <[email protected]>
  • Loading branch information
jafingerhut committed Jan 18, 2025
1 parent 8dd7e8b commit 0fdc054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backends/bmv2/common/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ class ControlConverter : public Inspector {

auto propertyName = Standard::ActionProfileTraits<arch>::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");
Expand Down

0 comments on commit 0fdc054

Please sign in to comment.