summaryrefslogtreecommitdiff
path: root/src/std/containers/darray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/std/containers/darray.h')
-rw-r--r--src/std/containers/darray.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/std/containers/darray.h b/src/std/containers/darray.h
index ebb5795..d8c1e6d 100644
--- a/src/std/containers/darray.h
+++ b/src/std/containers/darray.h
@@ -38,12 +38,6 @@
#define PREFIX static
-/* if (arena != NULL) {\ */
-/* d = arena_alloc(arena, sizeof(T##_darray));\ */
-/* data = arena_alloc(arena, starting_capacity * sizeof(T));\ */
-/* } else {\ */
-/* }\ */
-
#define KITC_DECL_TYPED_ARRAY(T) DECL_TYPED_ARRAY(T, T)
#define DECL_TYPED_ARRAY(T, Type) \