X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.h;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-cxx-binary%2Ftest_class.h;h=0000000000000000000000000000000000000000;hp=aa518e425fba349dd93633dbe5fab1b0f1443ad4;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h b/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h deleted file mode 100644 index aa518e425..000000000 --- a/tests/utils/testapp/userspace-probe-elf-cxx-binary/test_class.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (C) 2018 Francis Deslauriers - * - * SPDX-License-Identifier: LGPL-2.1-or-later - * - */ - -class test_class -{ -public: - test_class(); - void test_method(); - volatile int test_member; -}; - -