diff options
Diffstat (limited to 'libbindgen/tests/headers/func_with_func_ptr_arg.h')
-rw-r--r-- | libbindgen/tests/headers/func_with_func_ptr_arg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libbindgen/tests/headers/func_with_func_ptr_arg.h b/libbindgen/tests/headers/func_with_func_ptr_arg.h deleted file mode 100644 index 629c84ab..00000000 --- a/libbindgen/tests/headers/func_with_func_ptr_arg.h +++ /dev/null @@ -1 +0,0 @@ -void foo(void (*bar)()); |