insndb/core: deprecate Extra class
authorDmitry Selyutin <ghostmansd@gmail.com>
Sat, 10 Jun 2023 16:48:06 +0000 (19:48 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sat, 10 Jun 2023 16:48:06 +0000 (19:48 +0300)
src/openpower/insndb/core.py

index a451fc38c905c9924b5e6923839fc621e301e0e3..5440490c30d4e9f10c5b02c2ba8ca790fd89af11 100644 (file)
@@ -930,17 +930,6 @@ class MarkdownRecord(Dataclass):
     operands: Operands
 
 
-class Extra(Dataclass):
-    name: String
-    sel: _typing.Union[
-        _In1Sel, _In2Sel, _In3Sel, _CRInSel, _CRIn2Sel,
-        _OutSel, _CROutSel,
-    ]
-    reg: _Reg
-    seltype: _SelType
-    idx: _SVExtra
-
-
 @_functools.total_ordering
 class Record(Dataclass):
     name: String