Skip to content

Commit 962d215

Browse files
fsfodvgvassilev
authored andcommitted
Remove unneeded empty macro visibility definitions
These shouldn't be set when the clang tool is generating visibly macros
1 parent cccb287 commit 962d215

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/include/clang/Support/Compiler.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
#define CLANG_TEMPLATE_ABI
5959
#define CLANG_EXPORT_TEMPLATE
6060
#endif
61-
#else
62-
#define CLANG_ABI
63-
#define CLANG_TEMPLATE_ABI
64-
#define CLANG_EXPORT_TEMPLATE
6561
#endif
6662

6763
#endif

0 commit comments

Comments
 (0)