mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
build-step: remove latest LogStep ref
LogStep was removed during the build parallel enhancement made in this commit 58edefc6d1716c0731ee2fe672ec8d073651aafb
This commit is contained in:
parent
887abd0f33
commit
49d37e2d17
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user