Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 416e071

Browse files
committed
Remove redundant definition of SYMBOL_NAME macro
1 parent 4c7c96d commit 416e071

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

int_lib.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
#define NORETURN __attribute__((noreturn))
4040
#define UNUSED __attribute__((unused))
4141

42-
#define STR(a) #a
43-
#define XSTR(a) STR(a)
44-
#define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name
45-
4642
#define COMPILER_RT_ALIAS(name, aliasname) \
4743
COMPILER_RT_ABI __typeof(name) aliasname __attribute__((__alias__(#name)));
4844

0 commit comments

Comments
 (0)