Commit 08f3c7960a

Andrew Kelley <andrew@ziglang.org>
2022-07-20 20:10:46
build.zig: remove deleted .cpp file
1 parent 268edce
Changed files (2)
ci/azure/build.zig
@@ -745,7 +745,6 @@ const stage1_sources = [_][]const u8{
     "src/stage1/bigint.cpp",
     "src/stage1/buffer.cpp",
     "src/stage1/codegen.cpp",
-    "src/stage1/dump_analysis.cpp",
     "src/stage1/errmsg.cpp",
     "src/stage1/error.cpp",
     "src/stage1/heap.cpp",
build.zig
@@ -933,7 +933,6 @@ const stage1_sources = [_][]const u8{
     "src/stage1/bigint.cpp",
     "src/stage1/buffer.cpp",
     "src/stage1/codegen.cpp",
-    "src/stage1/dump_analysis.cpp",
     "src/stage1/errmsg.cpp",
     "src/stage1/error.cpp",
     "src/stage1/heap.cpp",