diff --git a/src/coreclr/hosts/inc/coreclrhost.h b/src/coreclr/hosts/inc/coreclrhost.h index b57ed1beb38e9d..0a72016cebf8aa 100644 --- a/src/coreclr/hosts/inc/coreclrhost.h +++ b/src/coreclr/hosts/inc/coreclrhost.h @@ -14,12 +14,6 @@ #define CORECLR_CALLING_CONVENTION #endif -#ifdef __cplusplus -#define CORECLR_HOSTING_API_LINKAGE extern "C" -#else -#define CORECLR_HOSTING_API_LINKAGE -#endif - #include #ifdef __cplusplus