authorgravatar for nicolas@sterchelen.netNicolas Sterchele <nicolas@sterchelen.net> 2023-03-18 08:37:33+01:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2023-03-18 15:08:53-04:00
log49d37e2d179948f526f500043c6ea9ae324e9476
treec912d43440f23224ead088d12894c03470d4bf3e
parent887abd0f33af15d69c0473e2fb139b490f4ecc8f

build-step: remove latest LogStep ref

LogStep was removed during the build parallel enhancement made in this commit 58edefc6d1716c0731ee2fe672ec8d073651aafb

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

lib/std/Build/Step.zig-2
...@@ -79,7 +79,6 @@ pub const Id = enum {...@@ -79,7 +79,6 @@ pub const Id = enum {
79 install_artifact,79 install_artifact,
80 install_file,80 install_file,
81 install_dir,81 install_dir,
82 log,
83 remove_dir,82 remove_dir,
84 fmt,83 fmt,
85 translate_c,84 translate_c,
...@@ -99,7 +98,6 @@ pub const Id = enum {...@@ -99,7 +98,6 @@ pub const Id = enum {
99 .install_artifact => Build.InstallArtifactStep,98 .install_artifact => Build.InstallArtifactStep,
100 .install_file => Build.InstallFileStep,99 .install_file => Build.InstallFileStep,
101 .install_dir => Build.InstallDirStep,100 .install_dir => Build.InstallDirStep,
102 .log => Build.LogStep,
103 .remove_dir => Build.RemoveDirStep,101 .remove_dir => Build.RemoveDirStep,
104 .fmt => Build.FmtStep,102 .fmt => Build.FmtStep,
105 .translate_c => Build.TranslateCStep,103 .translate_c => Build.TranslateCStep,