Rename C++ header files to .hpp
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-cxx-binary / test_class.h
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 (file)
index aa518e4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (C) 2018 Francis Deslauriers <francis.deslauriers@efficios.com>
- *
- * SPDX-License-Identifier: LGPL-2.1-or-later
- *
- */
-
-class test_class
-{
-public:
-       test_class();
-       void test_method();
-       volatile int test_member;
-};
-
-
This page took 0.024039 seconds and 4 git commands to generate.