diff --git a/src/grammar/parser-error.ts b/src/grammar/parser-error.ts index 4390737e7..3b258f1fb 100644 --- a/src/grammar/parser-error.ts +++ b/src/grammar/parser-error.ts @@ -1,6 +1,6 @@ import { MatchResult } from "ohm-js"; import { ErrorDisplay } from "../error/display"; -import { locationStr, TactCompilationError } from "../errors"; +import { TactCompilationError } from "../errors"; import { getSrcInfoFromOhm, ItemOrigin, SrcInfo } from "./src-info"; const attributeSchema =