Skip to content

Commit b532f1c

Browse files
Remove virtual destructor
Signed-off-by: Artur Kamieniecki <[email protected]>
1 parent 6904a31 commit b532f1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gems/ROS2Sensors/Code/Include/ROS2Sensors/Configuration/ConfigurationBus.h

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ namespace ROS2 {
2020
static constexpr AZ::EBusAddressPolicy AddressPolicy = AZ::EBusAddressPolicy::ById;
2121
static constexpr AZ::EBusHandlerPolicy HandlerPolicy = AZ::EBusHandlerPolicy::Multiple;
2222

23-
virtual ~ConfigurationRequests() = default;
24-
2523
//! Returns the current configuration of the component.
2624
virtual const Configuration GetConfiguration() const = 0;
2725

0 commit comments

Comments
 (0)