Skip to content

Commit

Permalink
Remove header files from pybind modules and delete visibility_control…
Browse files Browse the repository at this point in the history
….hpp

Signed-off-by: Michael Orlov <michael.orlov@apex.ai>
  • Loading branch information
MichaelOrlov committed Dec 21, 2023
1 parent 642d50b commit e878614
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
3 changes: 0 additions & 3 deletions rosbag2_py/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ target_link_libraries(_reader PUBLIC

pybind11_add_module(_storage SHARED
src/rosbag2_py/_storage.cpp
src/rosbag2_py/format_bag_metadata.hpp
src/rosbag2_py/format_bag_metadata.cpp
)
target_link_libraries(_storage PUBLIC
Expand All @@ -78,9 +77,7 @@ target_link_libraries(_writer PUBLIC

pybind11_add_module(_info SHARED
src/rosbag2_py/_info.cpp
src/rosbag2_py/format_bag_metadata.hpp
src/rosbag2_py/format_bag_metadata.cpp
src/rosbag2_py/format_service_info.hpp
src/rosbag2_py/format_service_info.cpp
)
target_link_libraries(_info PUBLIC
Expand Down
58 changes: 0 additions & 58 deletions rosbag2_py/src/rosbag2_py/visibility_control.hpp

This file was deleted.

0 comments on commit e878614

Please sign in to comment.