diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-26 14:52:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-26 14:52:58 +0200 |
| commit | f1c1cfb6d2e865e966593ee9815e619b6c581304 (patch) | |
| tree | 0b99532c281b427fb97d8ada3d6fbd53fbb19d9b /src/llvm_backend_general.cpp | |
| parent | 80df9fbc651aa9c919eaaab822a46d7f5cdad645 (diff) | |
| parent | ba5e33bc3518c327057102f56ac2c1cce55dc76f (diff) | |
Merge pull request #1747 from Kelimion/filename-merge
Filename generation
Diffstat (limited to 'src/llvm_backend_general.cpp')
| -rw-r--r-- | src/llvm_backend_general.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/llvm_backend_general.cpp b/src/llvm_backend_general.cpp index 330059622..1a431a4ac 100644 --- a/src/llvm_backend_general.cpp +++ b/src/llvm_backend_general.cpp @@ -87,7 +87,6 @@ bool lb_init_generator(lbGenerator *gen, Checker *c) { return false; } - String init_fullpath = c->parser->init_fullpath; if (build_context.out_filepath.len == 0) { |