Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 26, 2019
1 parent 4c746f3 commit 7dc67ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ set(target_dependencies
"${rosidl_typesupport_c_TEMPLATE_DIR}/idl__type_support.cpp.em"
"${rosidl_typesupport_c_TEMPLATE_DIR}/msg__type_support.cpp.em"
"${rosidl_typesupport_c_TEMPLATE_DIR}/srv__type_support.cpp.em"
# ${rosidl_generate_interfaces_IDL_FILES}
${_dependency_files})
foreach(dep ${target_dependencies})
if(NOT EXISTS "${dep}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ set(target_dependencies
"${rosidl_typesupport_cpp_TEMPLATE_DIR}/idl__type_support.cpp.em"
"${rosidl_typesupport_cpp_TEMPLATE_DIR}/msg__type_support.cpp.em"
"${rosidl_typesupport_cpp_TEMPLATE_DIR}/srv__type_support.cpp.em"
# ${rosidl_generate_interfaces_IDL_FILES}
${_dependency_files})
foreach(dep ${target_dependencies})
if(NOT EXISTS "${dep}")
Expand Down

0 comments on commit 7dc67ad

Please sign in to comment.