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:
committed by
Marge Bot
parent
651191801a
commit
08e899852b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user