commit 49d37e2d179948f526f500043c6ea9ae324e9476 (tree)
parent 887abd0f33af15d69c0473e2fb139b490f4ecc8f
Author: Nicolas Sterchele <nicolas@sterchelen.net>
Date: Sat, 18 Mar 2023 08:37:33 +0100
build-step: remove latest LogStep ref
LogStep was removed during the build parallel enhancement made in this
commit 58edefc6d1716c0731ee2fe672ec8d073651aafb
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/std/Build/Step.zig b/lib/std/Build/Step.zig
@@ -79,7 +79,6 @@ pub const Id = enum {
install_artifact,
install_file,
install_dir,
- log,
remove_dir,
fmt,
translate_c,
@@ -99,7 +98,6 @@ pub const Id = enum {
.install_artifact => Build.InstallArtifactStep,
.install_file => Build.InstallFileStep,
.install_dir => Build.InstallDirStep,
- .log => Build.LogStep,
.remove_dir => Build.RemoveDirStep,
.fmt => Build.FmtStep,
.translate_c => Build.TranslateCStep,