From 3265e5f374c8a4cbd70c9e07995bec9b5e1812b0 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sat, 10 Jul 2021 11:05:14 +0200 Subject: [PATCH] Remove transpile() from the misc.hpp header --- src/headers/misc.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/headers/misc.hpp b/src/headers/misc.hpp index ad270f2..a380eb7 100644 --- a/src/headers/misc.hpp +++ b/src/headers/misc.hpp @@ -7,7 +7,4 @@ void outputFileContent(const string& file, string_view content); #include "src/headers/parsing/ParseComponents.hpp" ParseTree parseString(const string& toParse); -#include -string transpile(const ParseTree& tree, const string_view& language); - #endif //YERBACON_MISC_HPP \ No newline at end of file