Removing unnecessary ifdef.
authorahsonkhan <ahson_ahmedk@yahoo.com>
Wed, 15 Feb 2017 00:55:45 +0000 (16:55 -0800)
committerahsonkhan <ahson_ahmedk@yahoo.com>
Wed, 15 Feb 2017 01:17:58 +0000 (17:17 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/c9c0dc09d1eacd313fe0b3d2db3e2d6f16e3cd71

src/coreclr/src/vm/ecalllist.h

index 7139a9e..af71794 100644 (file)
@@ -1465,11 +1465,9 @@ FCFuncStart(gRuntimeClassFuncs)
 FCFuncEnd()
 #endif // ifdef FEATURE_COMINTEROP
 
-#ifdef FEATURE_SPAN_OF_T
 FCFuncStart(gRuntimeImportsFuncs)
     QCFuncElement("RhZeroMemory", SpanNative::SpanClear)
 FCFuncEnd()
-#endif // ifdef FEATURE_SPAN_OF_T
 
 FCFuncStart(gWeakReferenceFuncs)
     FCFuncElement("Create", WeakReferenceNative::Create)
@@ -1658,9 +1656,7 @@ FCClassElement("RuntimeClass", "System.Runtime.InteropServices.WindowsRuntime",
 FCClassElement("RuntimeEnvironment", "System.Runtime.InteropServices", gRuntimeEnvironmentFuncs)
 FCClassElement("RuntimeFieldHandle", "System", gCOMFieldHandleNewFuncs)
 FCClassElement("RuntimeHelpers", "System.Runtime.CompilerServices", gCompilerFuncs)
-#ifdef FEATURE_SPAN_OF_T
 FCClassElement("RuntimeImports", "System.Runtime", gRuntimeImportsFuncs)
-#endif// FEATURE_SPAN_OF_T
 FCClassElement("RuntimeMethodHandle", "System", gRuntimeMethodHandle)
 FCClassElement("RuntimeModule", "System.Reflection", gCOMModuleFuncs)
 FCClassElement("RuntimeThread", "Internal.Runtime.Augments", gRuntimeThreadFuncs)