Removed unused EIP712 get_struct function

This commit is contained in:
Alexandre Paillier
2022-07-05 18:31:14 +02:00
parent a375e5b07d
commit 47c1f73736

View File

@@ -278,12 +278,6 @@ const uint8_t *get_structn(const uint8_t *const ptr,
}
return NULL;
}
static inline const uint8_t *get_struct(const uint8_t *const ptr,
const char *const name_ptr)
{
return get_structn(ptr, name_ptr, strlen(name_ptr));
}
//
bool set_struct_name(uint8_t length, const uint8_t *const name)