tests: test_ust_constructor: Split test_ust_constructor binary
[lttng-tools.git] / tests / utils / testapp / gen-ust-events-constructor / obj.cpp
index 948420165c946cf7dab445f679e3cc0a8c36b77e..430cfe3342e57a842a825a3f772f7c896e06f5d3 100644 (file)
@@ -6,7 +6,6 @@
  */
 
 #include "obj.h"
-#include "tp-a.h"
 #include "tp-so.h"
 #include "tp.h"
 
@@ -29,13 +28,3 @@ Objso::~Objso()
 {
        tracepoint(tp_so, destructor_cplusplus_provider_shared_library, msg);
 }
-
-Obja::Obja(const char *_msg) : msg(_msg)
-{
-       tracepoint(tp_a, constructor_cplusplus_provider_static_archive, msg);
-}
-
-Obja::~Obja()
-{
-       tracepoint(tp_a, destructor_cplusplus_provider_static_archive, msg);
-}
This page took 0.0228 seconds and 4 git commands to generate.