Skip to content

Commit

Permalink
Remove dummy executable
Browse files Browse the repository at this point in the history
Previously used to test compilation of rcl_action headers.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Feb 7, 2019
1 parent 97bc6ac commit 97b8726
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
4 changes: 0 additions & 4 deletions rcl_action/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

add_executable(test_compile_headers
src/test_compile_headers.c
)

set(rcl_action_sources
src/${PROJECT_NAME}/action_client.c
src/${PROJECT_NAME}/action_server.c
Expand Down
21 changes: 0 additions & 21 deletions rcl_action/src/test_compile_headers.c

This file was deleted.

0 comments on commit 97b8726

Please sign in to comment.