Skip to content

Commit e3fd72b

Browse files
committed
Removing sketchy use of _Thread_local.
1 parent c4b7edd commit e3fd72b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/undef-pass/j078.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ int a(void) {
22
return 0;
33
}
44

5-
int b(void) {
6-
_Thread_local int x;
7-
return 0;
8-
}
9-
105
int c(void) {
116
auto int x;
127
return 0;

0 commit comments

Comments
 (0)