diff options
Diffstat (limited to 'src/runtime.zig')
-rw-r--r-- | src/runtime.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime.zig b/src/runtime.zig index 89fd66e77..790f5b197 100644 --- a/src/runtime.zig +++ b/src/runtime.zig @@ -314,8 +314,6 @@ pub const Runtime = struct { replace_exports: ReplaceableExport.Map = .{}, - hoist_bun_plugin: bool = false, - dont_bundle_twice: bool = false, /// This is a list of packages which even when require() is used, we will |