aco: remove unused RegType

Signed-off-by: Rhys Perry <pendingchaos02@gmail.com>
Reviewed-by: Georg Lehmann <dadschoorse@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22636>
This commit is contained in:
Rhys Perry
2023-03-21 14:47:45 +00:00
committed by Marge Bot
parent 0d26d9d9b6
commit ab885a011a

View File

@@ -310,10 +310,8 @@ withoutVOP3(Format format)
}
enum class RegType {
none = 0,
sgpr,
vgpr,
linear_vgpr,
};
struct RegClass {