summaryrefslogtreecommitdiff
path: root/tests/headers/variadic-method.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/variadic-method.hpp')
-rw-r--r--tests/headers/variadic-method.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/variadic-method.hpp b/tests/headers/variadic-method.hpp
deleted file mode 100644
index 78a8eb45..00000000
--- a/tests/headers/variadic-method.hpp
+++ /dev/null
@@ -1,6 +0,0 @@
-
-void foo(const char* fmt, ...);
-
-struct Bar {
- void foo(const char* fmt, ...);
-};