cpp-common/bt2: remove extraneous `protected`
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 21 Feb 2024 21:30:09 +0000 (16:30 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Tue, 26 Mar 2024 18:56:36 +0000 (14:56 -0400)
Change-Id: I0771ac211b32f7cb5d07e87338efb22ba797a036
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11846
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/cpp-common/bt2/component-class-dev.hpp

index f97228360d3856e155500ee12013312094b8acf7..e08314a058e71e981a5dc00b6767fd7fc3b31ce4 100644 (file)
@@ -51,7 +51,6 @@ protected:
     {
     }
 
-protected:
     bt2c::CStringView _name() const noexcept
     {
         return _mSelfComp.name();
This page took 0.025574 seconds and 4 git commands to generate.