Skip to content

Commit

Permalink
fixup! crash on no class found
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Aposhian <[email protected]>
  • Loading branch information
Aposhian committed Jan 25, 2024
1 parent 88bfa3a commit ac797ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rclcpp_components/src/node_main.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ int main(int argc, char * argv[])
throw std::runtime_error("No matching class found");
}

loaders.push_back(loader);


exec.spin();

for (auto wrapper : node_wrappers) {
Expand Down

0 comments on commit ac797ba

Please sign in to comment.