mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
Remove unnecessary comment
This commit is contained in:
parent
216a8a78e2
commit
b6331133ec
1 changed files with 0 additions and 2 deletions
|
|
@ -359,8 +359,6 @@ test "Store.Serialized roundtrip" {
|
|||
const idx2 = try original.insert(gpa, "world");
|
||||
const idx3 = try original.insert(gpa, "foo bar baz");
|
||||
|
||||
// Note: Frozen field removed - no longer needed
|
||||
|
||||
// Create a CompactWriter and arena
|
||||
var arena = std.heap.ArenaAllocator.init(gpa);
|
||||
defer arena.deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue