File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ typedef struct
3838 int assigned_signal ;
3939 sigset_t sigset ;
4040 sig_atomic_t reset_flag ;
41- struct timespec softsleep ;
4241} OS_impl_timebase_internal_record_t ;
4342
4443/****************************************************************************************
Original file line number Diff line number Diff line change @@ -355,7 +355,6 @@ int32 OS_TimeBaseCreate_Impl(const OS_object_token_t *token)
355355 }
356356
357357 local -> assigned_signal = 0 ;
358- clock_gettime (OS_PREFERRED_CLOCK , & local -> softsleep );
359358
360359 /*
361360 * Set up the necessary OS constructs
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ typedef struct
3838 int assigned_signal ;
3939 sigset_t sigset ;
4040 sig_atomic_t reset_flag ;
41- struct timespec softsleep ;
4241} OS_impl_timebase_internal_record_t ;
4342
4443/****************************************************************************************
You can’t perform that action at this time.
0 commit comments