From 9d0e98ef751e95685d0f727484584c38d31ac039 Mon Sep 17 00:00:00 2001 From: Moises Aguirre Date: Mon, 2 Dec 2024 15:16:07 -0400 Subject: [PATCH] libbcs: remove comment I forgot to remove before. Whoops. --- lib/libbcs.bcs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/libbcs.bcs b/lib/libbcs.bcs index 5269d81..3aba0e6 100644 --- a/lib/libbcs.bcs +++ b/lib/libbcs.bcs @@ -51,8 +51,6 @@ internal int malloc (int size) struct HeapHead PTR_SPC* head; struct AllocBlock PTR_SPC* block; - //raw[]* unused = Heap; - head = (HEAP_START - lengthof(head)); if(!head.init)