cpp-common/bt2/borrowed-obj.hpp: remove unused `SharedObj` forward decl.
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 13 Nov 2023 19:55:13 +0000 (14:55 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 14 Dec 2023 15:57:04 +0000 (10:57 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I59f9cdd1bfd98bd4e37b4045b4ecf0dbda5b222d
Reviewed-on: https://review.lttng.org/c/babeltrace/+/11364
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
src/cpp-common/bt2/internal/borrowed-obj.hpp

index 24c52cd1af558ae9ea3247b69fa14929f66192ea..5d3ab64d0dd4ead23dff114a7ce0f98747214473 100644 (file)
@@ -15,9 +15,6 @@
 namespace bt2 {
 namespace internal {
 
-template <typename ObjT, typename LibObjT, typename RefFuncsT>
-class SharedObj;
-
 /*
  * An instance of this class wraps a pointer to a libbabeltrace2 object
  * of type `LibObjT` without managing any reference counting.
This page took 0.026846 seconds and 4 git commands to generate.