Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Oct 15, 2024
1 parent 2c54b41 commit 04da3e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/IceStorm/Service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ ServiceI::start(const string& serviceName, const CommunicatorPtr& communicator,
// Validate first that the adapter ids match for the node and the topic manager otherwise some other
// deployment is being used.
const string suffix = ".TopicManager";
// TODO: Can we just compare the values directly?
if (topicManagerAdapterId.empty() || nodeAdapterId.empty() ||
topicManagerAdapterId.replace(topicManagerAdapterId.find(suffix), suffix.size(), ".Node") !=
nodeAdapterId)
Expand Down

0 comments on commit 04da3e0

Please sign in to comment.