diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-02 18:34:47 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2021-08-09 13:36:19 +0200 |
commit | 06870af3e48daf523a973981f053ee5c6f44c871 (patch) | |
tree | 1d39c7fd4784356223275941260f864234fd75af /gcc | |
parent | 7cc85851bc7981b999f9ebadcf3f4b2c34c0ce07 (diff) | |
download | gcc-06870af3e48daf523a973981f053ee5c6f44c871.zip gcc-06870af3e48daf523a973981f053ee5c6f44c871.tar.gz gcc-06870af3e48daf523a973981f053ee5c6f44c871.tar.bz2 |
[OpenACC] Clean up unused 'BUILT_IN_ACC_GET_DEVICE_TYPE'
Unused as of r229767 (Git commit e50146711b7200e8f822c6d8239430c682b76e4f)
"OpenACC reductions".
gcc/
* omp-builtins.def (BUILT_IN_ACC_GET_DEVICE_TYPE): Remove.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/omp-builtins.def | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/omp-builtins.def b/gcc/omp-builtins.def index 97964f8..4a7e7ba 100644 --- a/gcc/omp-builtins.def +++ b/gcc/omp-builtins.def @@ -29,8 +29,6 @@ along with GCC; see the file COPYING3. If not see /* The reason why they aren't in gcc/builtins.def is that the Fortran front end doesn't source those. */ -DEF_GOACC_BUILTIN (BUILT_IN_ACC_GET_DEVICE_TYPE, "acc_get_device_type", - BT_FN_INT, ATTR_NOTHROW_LIST) DEF_GOACC_BUILTIN (BUILT_IN_GOACC_DATA_START, "GOACC_data_start", BT_FN_VOID_INT_SIZE_PTR_PTR_PTR, ATTR_NOTHROW_LIST) DEF_GOACC_BUILTIN (BUILT_IN_GOACC_DATA_END, "GOACC_data_end", |