diff --git a/src/main.cpp b/src/main.cpp index 82d36de..185272e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,8 +20,6 @@ #include "tokens.h" #include "parsing.h" -void llvm_hello_world(); - std::string read_file(std::string_view filepath) { std::ifstream input{ std::string{filepath} }; if (!input) {