Skip to content

Commit

Permalink
build-step: remove latest LogStep ref
Browse files Browse the repository at this point in the history
LogStep was removed during the build parallel enhancement made in this
commit 58edefc
  • Loading branch information
sterchelen authored and andrewrk committed Mar 18, 2023
1 parent 887abd0 commit 49d37e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/std/Build/Step.zig
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ pub const Id = enum {
install_artifact,
install_file,
install_dir,
log,
remove_dir,
fmt,
translate_c,
Expand All @@ -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,
Expand Down

0 comments on commit 49d37e2

Please sign in to comment.