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/struct_with_anon_struct.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 libbindgen/tests/headers/struct_with_anon_struct.h (limited to 'libbindgen/tests/headers/struct_with_anon_struct.h') diff --git a/libbindgen/tests/headers/struct_with_anon_struct.h b/libbindgen/tests/headers/struct_with_anon_struct.h deleted file mode 100644 index 1617d7a8..00000000 --- a/libbindgen/tests/headers/struct_with_anon_struct.h +++ /dev/null @@ -1,6 +0,0 @@ -struct foo { - struct { - int a; - int b; - } bar; -}; -- cgit v1.2.3