Remove unused t_single_lock
Add padding inside team structure to keep same structure size. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@314242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -4444,7 +4444,6 @@ static void __kmp_initialize_team(kmp_team_t *team, int new_nproc,
|
||||
#endif /* KMP_ARCH_X86 || KMP_ARCH_X86_64 */
|
||||
|
||||
team->t.t_construct = 0;
|
||||
__kmp_init_lock(&team->t.t_single_lock);
|
||||
|
||||
team->t.t_ordered.dt.t_value = 0;
|
||||
team->t.t_master_active = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user