Skip to content

Commit

Permalink
refactor: remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Jan 21, 2025
1 parent e92a2ff commit 485e1f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/parser/LatexToSympy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,6 @@ export class LatexToSympy extends LatexParserVisitor<string | Statement | UnitBl
paramIndex = 0;
paramPrefix = "implicit_param__";

dimNeedsValuesIndex = 0;

implicitParams: ImplicitParameter[] = [];

params: string[] = [];
Expand Down

0 comments on commit 485e1f2

Please sign in to comment.