Skip to content

Commit

Permalink
Removed deprecated clamp methods (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jul 5, 2024
1 parent 162d345 commit 8d7f40d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 140 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ if(BUILD_TESTING)
ENVIRONMENT
"_TEST_LIBRARY_DIR=$<TARGET_FILE_DIR:test_library>;_TEST_LIBRARY=$<TARGET_FILE:test_library>")

ament_add_gtest(test_clamp test/test_clamp.cpp)
target_link_libraries(test_clamp ${PROJECT_NAME})

ament_add_gtest(test_accumulator test/test_accumulator.cpp)
target_link_libraries(test_accumulator ${PROJECT_NAME})

Expand Down
71 changes: 0 additions & 71 deletions include/rcppmath/clamp.hpp

This file was deleted.

66 changes: 0 additions & 66 deletions test/test_clamp.cpp

This file was deleted.

0 comments on commit 8d7f40d

Please sign in to comment.