diff options
author | Juan Manuel MARTINEZ CAAMAÑO <juamarti@amd.com> | 2023-08-31 14:35:06 +0200 |
---|---|---|
committer | Juan Manuel MARTINEZ CAAMAÑO <juamarti@amd.com> | 2023-08-31 14:47:42 +0200 |
commit | 19550e79b50f0689404309a2c6091f0b53770e08 (patch) | |
tree | a1dc62c4846b6e67e325b460c9e03dd759b7ea66 /clang/lib/Sema/SemaCUDA.cpp | |
parent | 9536bbe464c8b53b75c485b2da607326dcd41929 (diff) | |
download | llvm-19550e79b50f0689404309a2c6091f0b53770e08.zip llvm-19550e79b50f0689404309a2c6091f0b53770e08.tar.gz llvm-19550e79b50f0689404309a2c6091f0b53770e08.tar.bz2 |
[NFC][Clang] Remove redundant function definitions
There were 3 definitions of the mergeDefaultFunctionDefinitionAttributes
function: A private implementation, a version exposed in CodeGen, a
version exposed in CodeGenModule.
This patch removes the private and the CodeGenModule versions and keeps
a single definition in CodeGen.
Reviewed By: jhuber6
Differential Revision: https://reviews.llvm.org/D159256
Diffstat (limited to 'clang/lib/Sema/SemaCUDA.cpp')
0 files changed, 0 insertions, 0 deletions