Remove unused forward-declaration

This commit is contained in:
Sofia 2026-04-11 19:18:46 +03:00
parent 44f9438839
commit 07c0059c5c

View File

@ -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) {