From 6e277ec480ec9d49177d4a12bf61fb0d30212b1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 25 Jul 2020 14:29:42 +0200 Subject: [PATCH] :art: Remove unused func and tests --- include/import/checker.h | 1 - tests/import/checker.c | 15 --------------- tests/sh/import.sh | 2 +- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 tests/import/checker.c diff --git a/include/import/checker.h b/include/import/checker.h index 4465172a..c0b3486f 100644 --- a/include/import/checker.h +++ b/include/import/checker.h @@ -45,7 +45,6 @@ typedef struct OperCK { // name_checker ? ANN void func_checker_clean(const Gwi gwi, struct ImportCK *ck); ANN m_bool check_typename_def(const Gwi gwi, struct ImportCK *ck); -ANN ID_List tmpl_valid(const Gwi gwi, const m_str str); ANN Symbol str2sym(const Gwi gwi, const m_str path); ANN ID_List str2symlist(const Gwi gwi, const m_str path); diff --git a/tests/import/checker.c b/tests/import/checker.c deleted file mode 100644 index 75914355..00000000 --- a/tests/import/checker.c +++ /dev/null @@ -1,15 +0,0 @@ -#include "gwion_util.h" -#include "gwion_ast.h" -#include "gwion_env.h" -#include "vm.h" -#include "object.h" -#include "instr.h" -#include "gwion.h" -#include "operator.h" -#include "import.h" -#include "gwi.h" - -GWION_IMPORT(checker) { - CHECK_OB(tmpl_valid(gwi, "