]> Nishi Git Mirror - gwion.git/commitdiff
:art: Remove unused func and tests
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 12:29:42 +0000 (14:29 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 25 Jul 2020 12:29:42 +0000 (14:29 +0200)
include/import/checker.h
tests/import/checker.c [deleted file]
tests/sh/import.sh

index 4465172a866a01364c9c04ad38acf6330e106d69..c0b3486fe8d451223ee23e7bb886494a98fa88cb 100644 (file)
@@ -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 (file)
index 7591435..0000000
+++ /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, "<l"))
-  return GW_OK;
-}
index 626149e75655aa82ba2472c78f9ddc6ad1a90c74..3687b21cdb48db473a84eb135d6e74417f8973f7 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/bash
-# [test] #78
+# [test] #77
 
 n=0
 [ "$1" ] && n="$1"