Skip to content

Commit b3fa988

Browse files
committed
codegen: Remove unused ReturnType
1 parent 27aac68 commit b3fa988

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/codegen/typescript.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ class Param {
1212
}
1313
}
1414

15-
class ReturnType {
16-
constructor(name, type) {
17-
this.name = name
18-
this.type = type
19-
}
20-
21-
toString() {
22-
return `${this.type.toString()}`
23-
}
24-
}
25-
2615
class Method {
2716
constructor(name, params, returnType, body) {
2817
this.name = name

0 commit comments

Comments
 (0)