From 2ed2fbbc6f233f8aedf14e5d064451c3dea90d87 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 9 Jun 2026 18:37:35 -0400 Subject: tracing gc only --- docs/application/type.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/application/type.md') diff --git a/docs/application/type.md b/docs/application/type.md index a89302e..1967386 100644 --- a/docs/application/type.md +++ b/docs/application/type.md @@ -24,8 +24,6 @@ typedef enum : uint8_t { EMPTY = 1 << 1, REF = 1 << 2, SHARED = 1 << 3, - COUTING = 1 << 4, - TRACING = 1 << 5 } kpl_type_flags; typedef union { -- cgit v1.2.3