isaspec: Remove not used isa_decode_hook

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28176>
This commit is contained in:
Christian Gmeiner
2024-03-12 10:54:37 +01:00
committed by Marge Bot
parent 651191801a
commit 08e899852b
-5
View File
@@ -41,11 +41,6 @@ struct isa_decode_value {
uint64_t num;
};
struct isa_decode_hook {
const char *fieldname;
void (*cb)(void *data, struct isa_decode_value *val);
};
struct isa_entrypoint {
const char *name;
uint32_t offset;