File tree Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Expand file tree Collapse file tree 3 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -590,23 +590,6 @@ FCIMPL0(FC_BOOL_RET, SystemNative::IsServerGC)
590
590
}
591
591
FCIMPLEND
592
592
593
- #ifdef FEATURE_COMINTEROP
594
-
595
- BOOL QCALLTYPE SystemNative::WinRTSupported ()
596
- {
597
- QCALL_CONTRACT;
598
-
599
- BOOL hasWinRT = FALSE ;
600
-
601
- BEGIN_QCALL;
602
- hasWinRT = ::WinRTSupported ();
603
- END_QCALL;
604
-
605
- return hasWinRT;
606
- }
607
-
608
- #endif // FEATURE_COMINTEROP
609
-
610
593
#if defined(TARGET_X86) || defined(TARGET_AMD64)
611
594
612
595
void QCALLTYPE SystemNative::X86BaseCpuId (int cpuInfo[4 ], int functionId, int subFunctionId)
Original file line number Diff line number Diff line change @@ -73,11 +73,6 @@ class SystemNative
73
73
74
74
static FCDECL0 (FC_BOOL_RET, IsServerGC);
75
75
76
- #ifdef FEATURE_COMINTEROP
77
- static
78
- BOOL QCALLTYPE WinRTSupported ();
79
- #endif // FEATURE_COMINTEROP
80
-
81
76
// Return a method info for the method were the exception was thrown
82
77
static FCDECL1 (ReflectMethodObject*, GetMethodFromStackTrace, ArrayBase* pStackTraceUNSAFE);
83
78
Original file line number Diff line number Diff line change @@ -164,9 +164,6 @@ FCFuncStart(gEnvironmentFuncs)
164
164
QCFuncElement ("GetProcessorCount ", SystemNative ::GetProcessorCount )
165
165
FCFuncElement ("GetCommandLineArgsNative ", SystemNative ::GetCommandLineArgs )
166
166
167
- #if defined(FEATURE_COMINTEROP )
168
- QCFuncElement ("WinRTSupported ", SystemNative ::WinRTSupported )
169
- #endif // FEATURE_COMINTEROP
170
167
FCFuncElementSig ("FailFast ", & gsig_SM_Str_RetVoid , SystemNative ::FailFast )
171
168
FCFuncElementSig ("FailFast ", & gsig_SM_Str_Exception_RetVoid , SystemNative ::FailFastWithException )
172
169
FCFuncElementSig ("FailFast ", & gsig_SM_Str_Exception_Str_RetVoid , SystemNative ::FailFastWithExceptionAndSource )
You can’t perform that action at this time.
0 commit comments