Skip to content

Commit

Permalink
Remove remnants of refactoring #44
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca5e committed Apr 1, 2024
1 parent c468642 commit c315e53
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion utils/src/classes/MRG.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export interface Terminology {
curatedir: string
vsntag: string
altvsntags: string[]
interpreter: RegExp
[key: string]: unknown
}

Expand Down
1 change: 0 additions & 1 deletion utils/src/classes/SAF.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export interface Scope {
statuses?: string[]
macros?: Record<string, string[]>
localscopedir: string
interpreter?: RegExp | string
}

export interface Scopes {
Expand Down

0 comments on commit c315e53

Please sign in to comment.