diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-07-22 20:56:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-22 20:56:59 -0700 |
| commit | 7502e490cb83a91133aa696e4ec0936022bee0c6 (patch) | |
| tree | e87e4bcdc01f312a0dcf401c959fd52830d0c56a /src/stage1/stage1.cpp | |
| parent | f591936480730a279d55a051f92806e19834faf7 (diff) | |
| parent | 92966088c2679ef670dc9776408deee98d16486f (diff) | |
| download | zig-7502e490cb83a91133aa696e4ec0936022bee0c6.tar.gz zig-7502e490cb83a91133aa696e4ec0936022bee0c6.zip | |
Merge pull request #12173 from ziglang/autodocs-rebased
New Autodocs!
Diffstat (limited to 'src/stage1/stage1.cpp')
| -rw-r--r-- | src/stage1/stage1.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stage1/stage1.cpp b/src/stage1/stage1.cpp index 856bb61dcb..860d4ba4b1 100644 --- a/src/stage1/stage1.cpp +++ b/src/stage1/stage1.cpp @@ -74,8 +74,6 @@ void zig_stage1_build_object(struct ZigStage1 *stage1) { buf_init_from_mem(&g->asm_file_output_path, stage1->emit_asm_ptr, stage1->emit_asm_len); buf_init_from_mem(&g->llvm_ir_file_output_path, stage1->emit_llvm_ir_ptr, stage1->emit_llvm_ir_len); buf_init_from_mem(&g->bitcode_file_output_path, stage1->emit_bitcode_ptr, stage1->emit_bitcode_len); - buf_init_from_mem(&g->analysis_json_output_path, stage1->emit_analysis_json_ptr, stage1->emit_analysis_json_len); - buf_init_from_mem(&g->docs_output_path, stage1->emit_docs_ptr, stage1->emit_docs_len); if (stage1->builtin_zig_path_len != 0) { g->builtin_zig_path = buf_create_from_mem(stage1->builtin_zig_path_ptr, stage1->builtin_zig_path_len); |
