flush
[m6w6/ext-psi] / idl / compiler.c
diff --git a/idl/compiler.c b/idl/compiler.c
deleted file mode 100644 (file)
index 02f3867..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdlib.h>
-
-#include "compiler.h"
-
-PSI_Compiler *PSI_CompilerInit(PSI_Compiler *C, PSI_Validator *V)
-{
-       if (!C) {
-               C = malloc(sizeof(*C));
-       }
-       memset(C, 0, sizeof(*C));
-
-       PSI_DataExchange((PSI_Data *) C, (PSI_Data *) V);
-       return C;
-}