power_enums: deprecate CRType enum
authorDmitry Selyutin <ghostmansd@gmail.com>
Wed, 16 Nov 2022 19:47:40 +0000 (22:47 +0300)
committerDmitry Selyutin <ghostmansd@gmail.com>
Sun, 15 Jan 2023 19:47:22 +0000 (22:47 +0300)
src/openpower/decoder/power_enums.py

index a40cf55ba55b3e0797cf06621540f352d3c21d75..4a72e551c7710e556795bad2ce9be31998d26320 100644 (file)
@@ -555,11 +555,6 @@ class RegType(Enum):
         return super()._missing_(value)
 
 
-class CRType(Enum):
-    CR5BIT = 0
-    CR3BIT = 1
-
-
 FPTRANS_INSNS = (
     "fatan2", "fatan2s",
     "fatan2pi", "fatan2pis",