Skip to content

Commit 2272fce

Browse files
sunfishcodelukewagner
authored andcommitted
Remove TypeType and ValueType.
These types appear to have been used by the mangling implementation which has been removed, so they no longer appear to be needed.
1 parent 331092b commit 2272fce

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

design/mvp/canonical-abi/definitions.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,6 @@ def extract_types(self, vec):
9898
return vec
9999
return [t for name,t in vec]
100100

101-
@dataclass
102-
class ValueType(ExternType):
103-
t: ValType
104-
105-
class Bounds: pass
106-
107-
@dataclass
108-
class Eq(Bounds):
109-
t: Type
110-
111-
@dataclass
112-
class TypeType(ExternType):
113-
bounds: Bounds
114-
115101
@dataclass
116102
class PrimValType(ValType):
117103
pass

0 commit comments

Comments
 (0)