Skip to content

Commit

Permalink
Removed unused references
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcabral committed May 1, 2024
1 parent b7d5e94 commit 25532d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/interpreter/Environment.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { Identifier, Location } from "../lexer";
import { Identifier } from "../lexer";
import {
BrsType,
RoAssociativeArray,
Int32,
BrsInvalid,
RoSGNode,
Callable,
Signature,
} from "../brsTypes";
import { ComponentDefinition } from "../componentprocessor";

Expand Down

0 comments on commit 25532d8

Please sign in to comment.