File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1113,11 +1113,8 @@ __kmp_create_monitor( kmp_info_t *th )
1113
1113
pthread_attr_t thread_attr ;
1114
1114
size_t size ;
1115
1115
int status ;
1116
- int caller_gtid ;
1117
1116
int auto_adj_size = FALSE;
1118
1117
1119
- caller_gtid = __kmp_get_gtid ();
1120
-
1121
1118
KA_TRACE ( 10 , ("__kmp_create_monitor: try to create monitor\n" ) );
1122
1119
1123
1120
KMP_MB (); /* Flush all pending memory write invalidates. */
Original file line number Diff line number Diff line change @@ -1427,7 +1427,6 @@ __kmp_create_monitor( kmp_info_t *th )
1427
1427
kmp_thread_t handle ;
1428
1428
DWORD idThread ;
1429
1429
int ideal , new_ideal ;
1430
- int caller_gtid = __kmp_get_gtid ();
1431
1430
1432
1431
KA_TRACE ( 10 , ("__kmp_create_monitor: try to create monitor\n" ) );
1433
1432
You can’t perform that action at this time.
0 commit comments