From fb5af0bfcf4e3449cf6b47df564adbf04c047e8b Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 22 Oct 2019 14:23:36 +0200 Subject: [PATCH] :shirt: Clean import tests --- tests/import/fptr_tmpl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/import/fptr_tmpl.c b/tests/import/fptr_tmpl.c index 28b0b35b..a86b5cee 100644 --- a/tests/import/fptr_tmpl.c +++ b/tests/import/fptr_tmpl.c @@ -11,7 +11,6 @@ #include "operator.h" #include "import.h" -static MFUN(test_func) { puts("test"); } GWION_IMPORT(typedef_test) { Type t_func_typedef; GWI_OB((t_func_typedef = gwi_mk_type(gwi, "FuncTypedef", SZ_INT , NULL))) -- 2.43.0