Commit 6887560c authored by Heiko Carstens's avatar Heiko Carstens

s390/jump_label: remove unused structure definition

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
parent b0bb8fbd
......@@ -15,11 +15,6 @@ struct insn {
s32 offset;
} __packed;
struct insn_args {
struct jump_entry *entry;
enum jump_label_type type;
};
static void jump_label_make_nop(struct jump_entry *entry, struct insn *insn)
{
/* brcl 0,offset */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment