From 955ddf513eed8ee925022e88d5c10fb879b57953 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 14 Jan 2026 13:57:47 +0100 Subject: chore: Assembler and Frontend improvements. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/AST.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/CompilerKit') diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h index d586bbc..0e869da 100644 --- a/include/CompilerKit/AST.h +++ b/include/CompilerKit/AST.h @@ -37,7 +37,6 @@ enum struct KeywordKind { kKeywordKindImpl, kKeywordKindNew, kKeywordKindDelete, - kKeywordKindPtrAccess, kKeywordKindAccess, kKeywordKindIf, kKeywordKindElse, -- cgit v1.2.3