From 7d636f0f9da49337ae3a54af25e6465af033bd89 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 18 Jul 2022 14:01:36 -0700 Subject: delete the stage1 implementation of autodoc --- src/stage1/stage1.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stage1/stage1.cpp') 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); -- cgit v1.2.3