Skip to content

Commit 2b95f87

Browse files
committed
more cleanup
1 parent 0191c9c commit 2b95f87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/builtins.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
LiteralKind,
2121
LiteralExpression,
2222
StringLiteralExpression,
23-
ArrayLiteralExpression,
2423
CallExpression,
2524
isNumericLiteral
2625
} from "./ast";
@@ -160,7 +159,6 @@ export namespace BuiltinNames {
160159
export const unchecked = "~lib/builtins/unchecked";
161160
export const instantiate = "~lib/builtins/instantiate";
162161
export const idof = "~lib/builtins/idof";
163-
export const fixed = "~lib/builtins/fixed";
164162

165163
export const i8 = "~lib/builtins/i8";
166164
export const i16 = "~lib/builtins/i16";

0 commit comments

Comments
 (0)