Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 30, 2018
1 parent f2da983 commit 9284cd6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ include_parts = [package_name] + list(interface_path.parents[0].parts) + \
[convert_camel_case_to_lower_case_underscore(interface_path.stem)]
header_guard_variable = '__'.join([x.upper() for x in include_parts]) + \
'__ROSIDL_TYPESUPPORT_INTROSPECTION_C_H_'
include_base = '/'.join(include_parts)
}@

#ifndef @(header_guard_variable)
Expand Down

0 comments on commit 9284cd6

Please sign in to comment.