diff options
author | 2021-12-02 01:11:15 -0800 | |
---|---|---|
committer | 2021-12-16 19:18:51 -0800 | |
commit | c6dcc1cd9e7e286998f596cf00a89c33194ccc19 (patch) | |
tree | b90c4700cb1914f14934117a5e9e6752c7698121 /src/install/semver.zig | |
parent | 118ed4d2abdc33afe86b8f7c371caed08bfe6c73 (diff) | |
download | bun-c6dcc1cd9e7e286998f596cf00a89c33194ccc19.tar.gz bun-c6dcc1cd9e7e286998f596cf00a89c33194ccc19.tar.zst bun-c6dcc1cd9e7e286998f596cf00a89c33194ccc19.zip |
[bun install] Lockfile saves. Starting to implement diffing
Diffstat (limited to 'src/install/semver.zig')
-rw-r--r-- | src/install/semver.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/install/semver.zig b/src/install/semver.zig index d95ca2f52..b3ef48038 100644 --- a/src/install/semver.zig +++ b/src/install/semver.zig @@ -19,7 +19,6 @@ pub const ExternalString = extern struct { return Small{ .off = 0, .len = @truncate(u32, in.len), - .hash = std.hash.Wyhash.hash(0, in), }; } |