authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-20 11:10:46-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-07-20 11:10:46-07:00
log08f3c7960a17aab5b2faa94632bfcf6cd5012dc5
tree40ee6ed069cb75b36220060f1758db4f02f049b1
parent268edce862b3bcd0df7ff0efaeb533e95139bc60

build.zig: remove deleted .cpp file


2 files changed, 0 insertions(+), 2 deletions(-)

build.zig-1
...@@ -933,7 +933,6 @@ const stage1_sources = [_][]const u8{...@@ -933,7 +933,6 @@ const stage1_sources = [_][]const u8{
933 "src/stage1/bigint.cpp",933 "src/stage1/bigint.cpp",
934 "src/stage1/buffer.cpp",934 "src/stage1/buffer.cpp",
935 "src/stage1/codegen.cpp",935 "src/stage1/codegen.cpp",
936 "src/stage1/dump_analysis.cpp",
937 "src/stage1/errmsg.cpp",936 "src/stage1/errmsg.cpp",
938 "src/stage1/error.cpp",937 "src/stage1/error.cpp",
939 "src/stage1/heap.cpp",938 "src/stage1/heap.cpp",
ci/azure/build.zig-1
...@@ -745,7 +745,6 @@ const stage1_sources = [_][]const u8{...@@ -745,7 +745,6 @@ const stage1_sources = [_][]const u8{
745 "src/stage1/bigint.cpp",745 "src/stage1/bigint.cpp",
746 "src/stage1/buffer.cpp",746 "src/stage1/buffer.cpp",
747 "src/stage1/codegen.cpp",747 "src/stage1/codegen.cpp",
748 "src/stage1/dump_analysis.cpp",
749 "src/stage1/errmsg.cpp",748 "src/stage1/errmsg.cpp",
750 "src/stage1/error.cpp",749 "src/stage1/error.cpp",
751 "src/stage1/heap.cpp",750 "src/stage1/heap.cpp",