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/multiple-inherit-empty-correct-layout.hpp | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 libbindgen/tests/headers/multiple-inherit-empty-correct-layout.hpp (limited to 'libbindgen/tests/headers/multiple-inherit-empty-correct-layout.hpp') diff --git a/libbindgen/tests/headers/multiple-inherit-empty-correct-layout.hpp b/libbindgen/tests/headers/multiple-inherit-empty-correct-layout.hpp deleted file mode 100644 index 1e2b133a..00000000 --- a/libbindgen/tests/headers/multiple-inherit-empty-correct-layout.hpp +++ /dev/null @@ -1,3 +0,0 @@ -struct Foo {}; -struct Bar {}; -struct Baz : public Foo, public Bar {}; -- cgit v1.2.3