Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Jul 29, 2023
1 parent 065c550 commit fd22868
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lang/definitions/NodeDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export class NodeDefinition implements Definition {
public output: Array<Type>,
) {}

get fullName(): string {
return this.mod.url.href + "#" + this.name
}

build(): Node {
return createNode(this.kind, this.mod, this.name, this.input, this.output)
}
Expand Down

0 comments on commit fd22868

Please sign in to comment.