bt2c::Logger: remove unused cLevel() method master
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 25 Apr 2024 19:27:02 +0000 (15:27 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 26 Apr 2024 04:58:13 +0000 (00:58 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I59fb2fd48bb2166b725d8236bbf113f2fe993f99
Reviewed-on: https://review.lttng.org/c/babeltrace/+/12485
Tested-by: jenkins <jenkins@lttng.org>
src/cpp-common/bt2c/logging.hpp

index 970ff9b77d85a8782e147b0a6884422995e9d981..a1fc583f83a26aba272f652efab5fb0657f29ea3 100644 (file)
@@ -155,16 +155,6 @@ public:
         return _mLevel;
     }
 
-    /*
-     * Current logging level converted to a `bt_log_level` value.
-     *
-     * For legacy code.
-     */
-    bt_log_level cLevel() const noexcept
-    {
-        return static_cast<bt_log_level>(_mLevel);
-    }
-
     /*
      * Whether or not this logger would log at the level `level`.
      */
This page took 0.02589 seconds and 4 git commands to generate.