diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2022-04-24 15:15:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 15:15:51 +0200 |
| commit | a40a53b10447c9223c24cccf565a95f1773d3922 (patch) | |
| tree | dd12b3d8a77ef7c2ce087477aaea159a8cfe1c91 /src/llvm_backend_general.cpp | |
| parent | 5422a3b17eae821df4adf869960995e922eb0e76 (diff) | |
| parent | 9f8d90f466454f4d14e755d44e4ba47ccbf0c92e (diff) | |
Merge pull request #1702 from Kelimion/filename_generation
Compiler: Add early error for output path being a directory.
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) { |