summaryrefslogtreecommitdiff
path: root/src/vm/ceeload.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/ceeload.h')
-rw-r--r--src/vm/ceeload.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/ceeload.h b/src/vm/ceeload.h
index d15bd6b3d1..fad76a6594 100644
--- a/src/vm/ceeload.h
+++ b/src/vm/ceeload.h
@@ -95,7 +95,6 @@ class PersistentInlineTrackingMap;
#define GUID_TO_TYPE_HASH_BUCKETS 16
// The native symbol reader dll name
-#ifdef FEATURE_CORECLR
#if defined(_AMD64_)
#define NATIVE_SYMBOL_READER_DLL W("Microsoft.DiaSymReader.Native.amd64.dll")
#elif defined(_X86_)
@@ -107,9 +106,6 @@ class PersistentInlineTrackingMap;
//#define NATIVE_SYMBOL_READER_DLL W("Microsoft.DiaSymReader.Native.arm64.dll")
#define NATIVE_SYMBOL_READER_DLL W("diasymreader.dll")
#endif
-#else
-#define NATIVE_SYMBOL_READER_DLL W("diasymreader.dll")
-#endif
typedef DPTR(PersistentInlineTrackingMap) PTR_PersistentInlineTrackingMap;
@@ -3449,9 +3445,7 @@ public:
}
#endif // !DACCESS_COMPILE && FEATURE_CER
-#ifdef FEATURE_CORECLR
void VerifyAllMethods();
-#endif //FEATURE_CORECLR
CrstBase *GetLookupTableCrst()
{