From fa73dfc75230f17e475490bcbe6117d4dfd6c00b Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Sun, 14 Mar 2021 15:35:36 +0100 Subject: forgot to remove map --- src/server/completion.odin | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/server') diff --git a/src/server/completion.odin b/src/server/completion.odin index 762c36c..8d0a4df 100644 --- a/src/server/completion.odin +++ b/src/server/completion.odin @@ -815,27 +815,6 @@ get_type_switch_Completion :: proc (ast_context: ^AstContext, position_context: list.items = items[:]; } -keyword_map: map[string]bool = { - "int" = true, - "uint" = true, - "string" = true, - "u64" = true, - "f32" = true, - "f64" = true, - "i64" = true, - "i32" = true, - "bool" = true, - "rawptr" = true, - "any" = true, - "u32" = true, - "true" = true, - "false" = true, - "nil" = true, - "byte" = true, - "u8" = true, - "i8" = true, -}; - bitset_operators: map[string]bool = { "|" = true, "&" = true, -- cgit v1.2.3