Skip to content

Commit 6626fca

Browse files
authored
Remove duplicate definition of CORECLR_HOSTING_API_LINKAGE (#112096)
1 parent 108c515 commit 6626fca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/coreclr/hosts/inc/coreclrhost.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
#define CORECLR_CALLING_CONVENTION
1515
#endif
1616

17-
#ifdef __cplusplus
18-
#define CORECLR_HOSTING_API_LINKAGE extern "C"
19-
#else
20-
#define CORECLR_HOSTING_API_LINKAGE
21-
#endif
22-
2317
#include <stdint.h>
2418

2519
#ifdef __cplusplus

0 commit comments

Comments
 (0)