cpp-common/bt2: remove useless friend classes to access libObjPtr()
[babeltrace.git] / src / cpp-common / bt2 / trace-ir.hpp
index 1026600e6b5089495b21e5f46a97a73f5db51267..efdf0ba07e33bcd793a80f2dced0c11ad85bcf7b 100644 (file)
@@ -633,9 +633,6 @@ struct CommonTraceSpec<const bt_trace> final
 template <typename LibObjT>
 class CommonTrace final : public BorrowedObject<LibObjT>
 {
-    /* Allow instantiate() to call `trace.libObjPtr()` */
-    friend class CommonStreamClass<bt_stream_class>;
-
 private:
     using typename BorrowedObject<LibObjT>::_ThisBorrowedObject;
     using typename BorrowedObject<LibObjT>::_LibObjPtr;
This page took 0.023052 seconds and 4 git commands to generate.