Skip to content

Commit 63db532

Browse files
authored
Merge pull request #2265 from ahcorde/ahcorde/rolling/warning_unused_var
iox-#2266 Removed warning set but not used
2 parents 54f5447 + 13a38b5 commit 63db532

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

iceoryx_posh/source/gateway/toml_gateway_config_parser.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,8 @@ iox::config::TomlGatewayConfigParser::validate(const cpptoml::table& parsedToml)
100100
TomlGatewayConfigParseError::MAXIMUM_NUMBER_OF_ENTRIES_EXCEEDED);
101101
}
102102

103-
uint8_t count = 0;
104103
for (const auto& service : *serviceArray)
105104
{
106-
++count;
107-
108105
auto serviceName = service->get_as<std::string>(GATEWAY_CONFIG_SERVICE_NAME);
109106
auto instance = service->get_as<std::string>(GATEWAY_CONFIG_SERVICE_INSTANCE_NAME);
110107
auto event = service->get_as<std::string>(GATEWAY_CONFIG_SERVICE_EVENT_NAME);

0 commit comments

Comments
 (0)