aboutsummaryrefslogtreecommitdiff
path: root/include/cu/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cu/compiler.h')
-rw-r--r--include/cu/compiler.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/cu/compiler.h b/include/cu/compiler.h
deleted file mode 100644
index 325c746..0000000
--- a/include/cu/compiler.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-3.0-or-later */
-
-#ifndef CT_COMPILER_H
-#define CT_COMPILER_H
-
-#include <cu/scope.h>
-
-int compile(const char *file);
-int process_file(struct scope **parent, int public, const char *file);
-
-#endif /* CT_COMPILER_H */