Fix: trace-ir.hpp: no need to provide a bt2::Trace to create a bt2::Trace
[babeltrace.git] / src / cpp-common / bt2 / trace-ir.hpp
index d55b6e1f4e4f22c117443dfb224c7f9c675a5538..727a9946c11e81ccab4bfdd18e22fb12642f06e1 100644 (file)
@@ -1952,7 +1952,7 @@ public:
         return *this;
     }
 
-    Trace::Shared instantiate(const Trace trace)
+    Trace::Shared instantiate()
     {
         static_assert(!std::is_const<LibObjT>::value, "`LibObjT` must NOT be `const`.");
 
This page took 0.022959 seconds and 4 git commands to generate.