Skip to content

Commit

Permalink
gc
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Aug 23, 2023
1 parent af9dd95 commit 644df63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 644df63

Please sign in to comment.