commit 7fc80a6d5d3387ccbcd3200480b5b999f01f52b7
parent eba7fdc831830b6e6a34f94ecd2394cdc63999a8
Author: Robert Russell <robertrussell.72001@gmail.com>
Date: Sat, 7 Jan 2023 18:20:21 -0800
Remove obsolete comment
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/inc/rcx/alloc.h b/inc/rcx/alloc.h
@@ -2,8 +2,6 @@
#include "rcx/def.h"
-/* TODO: change reallocaters to int r_realloc(void **p, ...) */
-
/* A consistently-named set of memory allocators: r_{,e}{,re}alloc{,n}{,z}
* e- => allocation failures are fatal
* re- => realloc-style allocator