Skip to content

Commit

Permalink
Remove unneeded empty macro visibility definitions
Browse files Browse the repository at this point in the history
These shouldn't be set when the clang tool is generating visibly macros
  • Loading branch information
fsfod authored and vgvassilev committed Oct 14, 2024
1 parent cccb287 commit 962d215
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions clang/include/clang/Support/Compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
#define CLANG_TEMPLATE_ABI
#define CLANG_EXPORT_TEMPLATE
#endif
#else
#define CLANG_ABI
#define CLANG_TEMPLATE_ABI
#define CLANG_EXPORT_TEMPLATE
#endif

#endif

0 comments on commit 962d215

Please sign in to comment.