Skip to content

Commit

Permalink
core: kernel: Remove unused ta_time_offs in user_ta_ctx
Browse files Browse the repository at this point in the history
It seems that "ta_time_offs" member is unused now. Thus, remove it from
user_ta_ctx structure.

Signed-off-by: Alvin Chang <alvinga@andestech.com>
  • Loading branch information
gagachang committed May 31, 2024
1 parent af3fb62 commit ca0c6ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/include/kernel/user_ta.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ SLIST_HEAD(load_seg_head, load_seg);
* @cryp_states: List of cryp states created by this TA
* @objects: List of storage objects opened by this TA
* @storage_enums: List of storage enumerators opened by this TA
* @ta_time_offs: Time reference used by the TA
* @uctx: Generic user mode context
* @ctx: Generic TA context
*/
Expand All @@ -37,7 +36,6 @@ struct user_ta_ctx {
struct tee_cryp_state_head cryp_states;
struct tee_obj_head objects;
struct tee_storage_enum_head storage_enums;
void *ta_time_offs;
struct user_mode_ctx uctx;
struct tee_ta_ctx ta_ctx;
};
Expand Down

0 comments on commit ca0c6ad

Please sign in to comment.