Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Oct 10, 2023
1 parent f795670 commit 8be8eb4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ast/special.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ export class Prop extends Tag {
eval(): Expr {
return this;
}

str(): string {
return this.value;
}
}

export const Info = mapValues(PROPS, info => new Prop(info));
Expand Down

0 comments on commit 8be8eb4

Please sign in to comment.