From 9dea0459c1a08cc11cbd79fd777ae8e738f499a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 17 Dec 2024 06:35:09 +0100 Subject: [PATCH] fetch_them_macos_headers: Remove a TODO we're probably never addressing. --- tools/fetch_them_macos_headers.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/fetch_them_macos_headers.zig b/tools/fetch_them_macos_headers.zig index a5975e1bd8..d825d79d0a 100644 --- a/tools/fetch_them_macos_headers.zig +++ b/tools/fetch_them_macos_headers.zig @@ -350,8 +350,6 @@ fn fetchTarget( }); try cc_argv.appendSlice(args); - // TODO instead of calling `cc` as a child process here, - // hook in directly to `zig cc` API. const res = try std.process.Child.run(.{ .allocator = arena, .argv = cc_argv.items,