aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/bundler.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bundler.zig b/src/bundler.zig
index 5d1a91370..49b9f496b 100644
--- a/src/bundler.zig
+++ b/src/bundler.zig
@@ -819,7 +819,6 @@ pub fn NewBundler(cache_files: bool) type {
};
fn processImportRecord(this: *GenerateNodeModuleBundle, import_record: ImportRecord) !void {}
- const node_module_root_string = std.fs.path.sep_str ++ "node_modules" ++ std.fs.path.sep_str;
threadlocal var package_key_buf: [512]u8 = undefined;
threadlocal var file_path_buf: [4096]u8 = undefined;
fn processFile(this: *GenerateNodeModuleBundle, _resolve: _resolver.Result) !void {