summaryrefslogtreecommitdiff
path: root/tests/headers/inner_const.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/inner_const.hpp')
-rw-r--r--tests/headers/inner_const.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/inner_const.hpp b/tests/headers/inner_const.hpp
deleted file mode 100644
index 25c2e603..00000000
--- a/tests/headers/inner_const.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-
-class Foo {
- static int BOO;
- static Foo whatever;
- int bar;
-};