Skip to content

Commit 3d45f50

Browse files
committed
fixed minor unused warnings
Signed-off-by: Dominik Authaler <dominik.authaler@uni-ulm.de>
1 parent d2f9e0d commit 3d45f50

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/DataLoadROS2/dataload_ros2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ bool DataLoadROS2::readDataFromFile(PJ::FileLoadInfo* info, PJ::PlotDataMapRef&
9393
all_topics_qt.push_back({ QString::fromStdString(topic.name), QString::fromStdString(topic.type) });
9494
topicTypesByName.emplace(topic.name, topic.type);
9595

96-
const auto& typesupport_identifier = rosidl_typesupport_cpp::typesupport_identifier;
9796
try
9897
{
9998
topics_info.emplace_back(CreateTopicInfo(topic.name, topic.type));

src/ros_parsers/ros2_parser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ bool TypeHasHeader(const rosidl_message_type_support_t* type_support)
3535
std::string CreateSchema(const std::string& base_type)
3636
{
3737
std::string schema;
38-
using TypeSupport = rosidl_message_type_support_t;
3938
using namespace rosidl_typesupport_introspection_cpp;
4039

4140
std::set<std::string> secondary_types_pending;

0 commit comments

Comments
 (0)