We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e797e commit 666b061Copy full SHA for 666b061
src/coreclr/vm/codeman.h
@@ -1980,9 +1980,7 @@ class EECodeGenManager : public IJitManager
1980
// must hold critical section to access this structure.
1981
CUnorderedArray<DomainCodeHeapList*, 5> m_DomainCodeHeaps;
1982
CUnorderedArray<DomainCodeHeapList*, 5> m_DynamicDomainCodeHeaps;
1983
-#ifndef DACCESS_COMPILE
1984
CUnorderedArray<LoaderAllocator*, 4> m_delayUnload;
1985
-#endif // !DACCESS_COMPILE
1986
1987
protected:
1988
Crst m_CodeHeapLock;
0 commit comments