aboutsummaryrefslogtreecommitdiff
path: root/src/include/tree.h
diff options
context:
space:
mode:
authors-over-42023-06-05 13:20:39 -0400
committers-over-42023-06-05 13:20:39 -0400
commite55519fae1a4053eb7f76dbaa686353c64a8cd9f (patch)
tree48bb5c6d357cb06a2607de602573a1857d2fcac7 /src/include/tree.h
parentabae0069eb6d657aec6d66b9801b937c159e0dc8 (diff)
parentaecec3006ccb1c6ca6a8d9704b47237a344de0b9 (diff)
Merge branch 'main' of https://github.com/s-over-4/HALK
C
Diffstat (limited to 'src/include/tree.h')
-rw-r--r--src/include/tree.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/tree.h b/src/include/tree.h
index 284a823..20c6714 100644
--- a/src/include/tree.h
+++ b/src/include/tree.h
@@ -11,10 +11,6 @@ typedef struct PRIM_STRUC {
STR,
INT,
UNKWN,
- //ARR,
- //FLOAT,
- //STRUCT,
- //NAMESPACE,
} type;
union prim_union {