From f6a4516d667f7cf000fb2e3123d29079a5ced272 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 14 Apr 2023 03:58:38 -0700 Subject: Upgrade Zig (#2656) * Upgrade Zig * Don't add `d` files in github actions * Revert "Don't add `d` files in github actions" This reverts commit 446e2dd6743da08ec4136233fdc9179dbbf58fca. --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/bun.js/module_loader.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bun.js/module_loader.zig') diff --git a/src/bun.js/module_loader.zig b/src/bun.js/module_loader.zig index 85bc04f53..9ec142176 100644 --- a/src/bun.js/module_loader.zig +++ b/src/bun.js/module_loader.zig @@ -1,7 +1,6 @@ const std = @import("std"); const is_bindgen: bool = std.meta.globalOption("bindgen", bool) orelse false; const StaticExport = @import("./bindings/static_export.zig"); -const c_char = StaticExport.c_char; const bun = @import("bun"); const string = bun.string; const Output = bun.Output; -- cgit v1.2.3