From ab11443d6a8c3312a9d6cc78b3304037ac901cf7 Mon Sep 17 00:00:00 2001 From: Zachary Michaels Date: Tue, 14 Jan 2020 16:48:49 -0800 Subject: [PATCH] Remove unused constant variable Signed-off-by: Zachary Michaels --- .../test/rosbag2_cpp/test_storage_without_metadata_file.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/rosbag2_cpp/test/rosbag2_cpp/test_storage_without_metadata_file.cpp b/rosbag2_cpp/test/rosbag2_cpp/test_storage_without_metadata_file.cpp index 749f122839..bae30812f2 100644 --- a/rosbag2_cpp/test/rosbag2_cpp/test_storage_without_metadata_file.cpp +++ b/rosbag2_cpp/test/rosbag2_cpp/test_storage_without_metadata_file.cpp @@ -34,7 +34,6 @@ using namespace testing; // NOLINT namespace { -constexpr const char kTopicName[] = "topic"; constexpr const char kStorageId[] = "StoragePlugin"; constexpr const char kRmwFormat[] = "rmw1_format"; } // namespace