Skip to content

Commit 666b061

Browse files
authored
Maintain DAC field offsets in EECodeGenManager (#117721)
1 parent 63e797e commit 666b061

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/coreclr/vm/codeman.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,9 +1980,7 @@ class EECodeGenManager : public IJitManager
19801980
// must hold critical section to access this structure.
19811981
CUnorderedArray<DomainCodeHeapList*, 5> m_DomainCodeHeaps;
19821982
CUnorderedArray<DomainCodeHeapList*, 5> m_DynamicDomainCodeHeaps;
1983-
#ifndef DACCESS_COMPILE
19841983
CUnorderedArray<LoaderAllocator*, 4> m_delayUnload;
1985-
#endif // !DACCESS_COMPILE
19861984

19871985
protected:
19881986
Crst m_CodeHeapLock;

0 commit comments

Comments
 (0)