diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 2672f15..c7d8efd 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -18964,9 +18964,6 @@ cp_parser_omp_threadprivate (cp_parser *parser, cp_token *pragma_tok) vars = cp_parser_omp_var_list (parser, 0, NULL); cp_parser_require_pragma_eol (parser, pragma_tok); - if (!targetm.have_tls) - sorry ("threadprivate variables not supported in this target"); - finish_omp_threadprivate (vars); } |