stage2: remove value field from error

This saves memory and from what I have heard allows threading
to be easier.
This commit is contained in:
jacob gw
2021-02-26 09:56:16 -05:00
committed by Veikka Tuominen
parent 1f17221bc4
commit 58b14d01ae
3 changed files with 2 additions and 5 deletions

View File

@@ -4101,7 +4101,6 @@ pub fn namedFieldPtr(
scope.arena(),
try Value.Tag.@"error".create(scope.arena(), .{
.name = entry.key,
.value = entry.value,
}),
),
});