Merge pull request #100 from MichalStrehovsky/getChars

Remove String::get_Chars workaround
This commit is contained in:
Michal Strehovský 2015-10-23 10:45:36 -07:00
Родитель 88138ccf07 56cfac1285
Коммит bdee59cc58
1 изменённых файлов: 0 добавлений и 32 удалений

Просмотреть файл

@ -422,36 +422,4 @@ int main(int argc, char * argv[]) {
return 0;
}
extern "C" void System_Private_CoreLib_System_Runtime_RuntimeImports__RhNewArrayAsString()
{
throw 42;
}
extern "C" void System_Console_Interop_mincore__GetConsoleOutputCP()
{
throw 42;
}
extern "C" void System_Console_Interop_mincore__GetStdHandle()
{
throw 42;
}
extern "C" void System_Console_Interop_mincore__WriteFile()
{
throw 42;
}
extern "C" void System_Private_CoreLib_System_String__get_Chars()
{
throw 42;
}
extern "C" void System_Private_CoreLib_System_Runtime_RuntimeImports__memmove()
{
throw 42;
}
extern "C" void System_Private_CoreLib_Interop_mincore__PInvoke_CompareStringOrdinal()
{
throw 42;
}
extern "C" void System_Console_Interop_mincore__GetFileType()
{
throw 42;
}
#endif