std.Build: remove the "push installed file" mechanism

Tracked by #14943
This commit is contained in:
Andrew Kelley
2024-07-05 13:05:56 -07:00
parent 6e025fc2e2
commit 26d506c0f8
3 changed files with 2 additions and 36 deletions

View File

@@ -19,7 +19,6 @@ pub fn create(
dest_rel_path: []const u8,
) *InstallFile {
assert(dest_rel_path.len != 0);
owner.pushInstalledFile(dir, dest_rel_path);
const install_file = owner.allocator.create(InstallFile) catch @panic("OOM");
install_file.* = .{
.step = Step.init(.{