Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove type_support_dispatch.cpp files. #101

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

clalancette
Copy link
Contributor

@clalancette clalancette commented Jan 6, 2021

They don't actually add any code, since they only #include
a header file with a templated function in them.

Signed-off-by: Chris Lalancette [email protected]

I think what happened here is that these files used to contain the implementation of find_library_path, get_env_var, etc. PR #47 moved that functionality out of these files and into the rcpputils package, but didn't remove the (now empty) .cpp files. This PR just finishes cleaning them up.

They don't actually add any code, since they only #include
a header file with a templated function in them.

Signed-off-by: Chris Lalancette <[email protected]>
@clalancette
Copy link
Contributor Author

Full CI, just to make sure there isn't some side effect I don't understand:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@clalancette
Copy link
Contributor Author

The test failures for all of the yellow builds are all in the nightlies (and most of them are already fixed). So this is ready for review.

@clalancette clalancette merged commit b356f6e into master Jan 7, 2021
@clalancette clalancette deleted the clalancette/remove-dead-files branch January 7, 2021 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants