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:
committed by
Veikka Tuominen
parent
1f17221bc4
commit
58b14d01ae
@@ -4101,7 +4101,6 @@ pub fn namedFieldPtr(
|
||||
scope.arena(),
|
||||
try Value.Tag.@"error".create(scope.arena(), .{
|
||||
.name = entry.key,
|
||||
.value = entry.value,
|
||||
}),
|
||||
),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user