X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-ust-events-constructor%2Fobj.h;h=0efe5ab4fd47685adc0d79b3767ac550d4d651c2;hb=09a872ef0b4e1432329aa42fecc61f50e9baa367;hp=aea1468c65e61d2e8d73a677ea311386eaee5741;hpb=cebde614e5805e89341ba75d276b4d3e2da7225f;p=lttng-tools.git diff --git a/tests/utils/testapp/gen-ust-events-constructor/obj.h b/tests/utils/testapp/gen-ust-events-constructor/obj.h index aea1468c6..0efe5ab4f 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/obj.h +++ b/tests/utils/testapp/gen-ust-events-constructor/obj.h @@ -20,10 +20,4 @@ struct Objso { ~Objso(); }; -struct Obja { - const char *msg; - Obja(const char *msg); - ~Obja(); -}; - #endif /* _OBJ_H */