Skip to content

Commit

Permalink
Code cleanup pass
Browse files Browse the repository at this point in the history
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
  • Loading branch information
emersonknapp committed Feb 8, 2023
1 parent 60cd1d3 commit 118dfa9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 150 deletions.
141 changes: 0 additions & 141 deletions rosidl_generator_type_hash/CHANGELOG.rst

This file was deleted.

2 changes: 1 addition & 1 deletion rosidl_generator_type_hash/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>rosidl_generator_type_hash</name>
<version>3.3.1</version>
<description>Generate the ROS interfaces in C.</description>
<description>Generate REP-2011 type version hashes for ROS interfaces.</description>

<maintainer email="me@emersonknapp.com">Emerson Knapp</maintainer>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ set(rosidl_generator_type_hash_GENERATOR_FILES
"${rosidl_generator_type_hash_DIR}/../../../@PYTHON_INSTALL_DIR@/rosidl_generator_type_hash/__init__.py")
normalize_path(rosidl_generator_type_hash_GENERATOR_FILES
"${rosidl_generator_type_hash_GENERATOR_FILES}")

set(rosidl_generator_type_hash_TEMPLATE_DIR
"${rosidl_generator_type_hash_DIR}/../resource")
normalize_path(rosidl_generator_type_hash_TEMPLATE_DIR
"${rosidl_generator_type_hash_TEMPLATE_DIR}")
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2015 Open Source Robotics Foundation, Inc.
# Copyright 2023 Open Source Robotics Foundation, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 0 additions & 2 deletions rosidl_pycommon/rosidl_pycommon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from ament_index_python import get_package_share_directory

from io import StringIO
import json
import os
Expand Down

0 comments on commit 118dfa9

Please sign in to comment.