Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
endforeach()

add_library(realtime_tools SHARED
src/realtime_clock.cpp
src/realtime_helpers.cpp
)
target_compile_features(realtime_tools PUBLIC cxx_std_17)
Expand Down Expand Up @@ -74,9 +73,6 @@ if(BUILD_TESTING)
ament_add_gmock(realtime_buffer_tests test/realtime_buffer_tests.cpp)
target_link_libraries(realtime_buffer_tests realtime_tools)

ament_add_gmock(realtime_clock_tests test/realtime_clock_tests.cpp)
target_link_libraries(realtime_clock_tests realtime_tools)

ament_add_gmock(realtime_publisher_tests_non_polling
test/realtime_publisher_non_polling.test
test/realtime_publisher_tests_non_polling.cpp)
Expand Down
29 changes: 0 additions & 29 deletions include/realtime_tools/realtime_clock.h

This file was deleted.

96 changes: 0 additions & 96 deletions include/realtime_tools/realtime_clock.hpp

This file was deleted.

133 changes: 0 additions & 133 deletions src/realtime_clock.cpp

This file was deleted.

67 changes: 0 additions & 67 deletions test/realtime_clock_tests.cpp

This file was deleted.

Loading