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/forward-inherit-struct-with-fields.hpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 libbindgen/tests/headers/forward-inherit-struct-with-fields.hpp (limited to 'libbindgen/tests/headers/forward-inherit-struct-with-fields.hpp') diff --git a/libbindgen/tests/headers/forward-inherit-struct-with-fields.hpp b/libbindgen/tests/headers/forward-inherit-struct-with-fields.hpp deleted file mode 100644 index 437fff5d..00000000 --- a/libbindgen/tests/headers/forward-inherit-struct-with-fields.hpp +++ /dev/null @@ -1,8 +0,0 @@ -template class Rooted; -namespace js { - template class RootedBase { - T* foo; - Rooted* next; - }; -} -template class Rooted : js::RootedBase {}; -- cgit v1.2.3