aboutsummaryrefslogtreecommitdiff
path: root/src/include/tree.h
diff options
context:
space:
mode:
authorc+12023-06-01 16:18:26 -0400
committerc+12023-06-01 16:18:26 -0400
commitaecec3006ccb1c6ca6a8d9704b47237a344de0b9 (patch)
tree55e638140e25b409a46090b2aa82bc256c8f91e2 /src/include/tree.h
parent65e31912bcf11b9b4f234b471f69c96ccc3e0a17 (diff)
HALK
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 {