We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f5447 + 13a38b5 commit 63db532Copy full SHA for 63db532
iceoryx_posh/source/gateway/toml_gateway_config_parser.cpp
@@ -100,11 +100,8 @@ iox::config::TomlGatewayConfigParser::validate(const cpptoml::table& parsedToml)
100
TomlGatewayConfigParseError::MAXIMUM_NUMBER_OF_ENTRIES_EXCEEDED);
101
}
102
103
- uint8_t count = 0;
104
for (const auto& service : *serviceArray)
105
{
106
- ++count;
107
-
108
auto serviceName = service->get_as<std::string>(GATEWAY_CONFIG_SERVICE_NAME);
109
auto instance = service->get_as<std::string>(GATEWAY_CONFIG_SERVICE_INSTANCE_NAME);
110
auto event = service->get_as<std::string>(GATEWAY_CONFIG_SERVICE_EVENT_NAME);
0 commit comments