From 644df63783849c8e24b9162e9a76ccc76b430f56 Mon Sep 17 00:00:00 2001 From: DQNEO Date: Wed, 23 Aug 2023 20:56:02 +0900 Subject: [PATCH] gc --- internal/types/types.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/types/types.go b/internal/types/types.go index dc3e77aa..cf929f09 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -21,7 +21,6 @@ const T_STRUCT TypeKind = "T_STRUCT" const T_POINTER TypeKind = "T_POINTER" const T_MAP TypeKind = "T_MAP" -// --- universal types --- var Bool = &Basic{ Knd: GBool, name: "bool",