Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Jan 20, 2024
1 parent 2dbba54 commit 4ad2c6b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/vm/vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ struct frame {
uint32_t base_ptr;
};

// [1] -> [2] -> [3] -> [null]

struct heap_node {
struct object obj;
struct heap_node* next;
Expand Down

0 comments on commit 4ad2c6b

Please sign in to comment.