From 07c0059c5c75f29d36b4db7e955c6069ff2dbf44 Mon Sep 17 00:00:00 2001 From: Sofia Date: Sat, 11 Apr 2026 19:18:46 +0300 Subject: [PATCH] Remove unused forward-declaration --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) 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) {