build.zig: remove deleted .cpp file

This commit is contained in:
Andrew Kelley 2022-07-20 11:10:46 -07:00
parent 268edce862
commit 08f3c7960a
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -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",