From b83da2729fc83663f979da05201920e039ae3c3f Mon Sep 17 00:00:00 2001 From: Emilio Cobos Álvarez Date: Sun, 22 Jan 2017 12:58:12 +0100 Subject: Unify under the `bindgen` name. --- libbindgen/tests/headers/variadic_template_function.hpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 libbindgen/tests/headers/variadic_template_function.hpp (limited to 'libbindgen/tests/headers/variadic_template_function.hpp') diff --git a/libbindgen/tests/headers/variadic_template_function.hpp b/libbindgen/tests/headers/variadic_template_function.hpp deleted file mode 100644 index 4942d8f0..00000000 --- a/libbindgen/tests/headers/variadic_template_function.hpp +++ /dev/null @@ -1,6 +0,0 @@ - -template -class VariadicFunctionObject { -public: - int add_em_up(T count,...); -}; -- cgit v1.2.3