Remove unused forward-declaration
This commit is contained in:
parent
44f9438839
commit
07c0059c5c
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user