summaryrefslogtreecommitdiff
path: root/src/vm/peimagelayout.h
diff options
context:
space:
mode:
authorEgor Chesakov <Egor.Chesakov@microsoft.com>2018-02-28 22:25:16 -0800
committerJan Kotas <jkotas@microsoft.com>2018-02-28 22:25:16 -0800
commitffa87690f0f04b92e794d1624fef582c7a9cb197 (patch)
tree22280483f3c04dbe5797247ebf760012392f1a69 /src/vm/peimagelayout.h
parent7bbfa28ca9c77203d471d123f7cb1612a0682c94 (diff)
downloadcoreclr-ffa87690f0f04b92e794d1624fef582c7a9cb197.tar.gz
coreclr-ffa87690f0f04b92e794d1624fef582c7a9cb197.tar.bz2
coreclr-ffa87690f0f04b92e794d1624fef582c7a9cb197.zip
Remove ConvertILOnlyPE32ToPE64 and ConvertILOnlyPE32ToPE64Worker (#16676)
Diffstat (limited to 'src/vm/peimagelayout.h')
-rw-r--r--src/vm/peimagelayout.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/peimagelayout.h b/src/vm/peimagelayout.h
index 79df992822..557a2a5ffc 100644
--- a/src/vm/peimagelayout.h
+++ b/src/vm/peimagelayout.h
@@ -77,12 +77,6 @@ public:
void EnumMemoryRegions(CLRDataEnumMemoryFlags flags);
#endif
-#if defined(_WIN64) && !defined(DACCESS_COMPILE)
- bool ConvertILOnlyPE32ToPE64();
-private:
- bool ConvertILOnlyPE32ToPE64Worker();
-#endif // defined(_WIN64) && !defined(DACCESS_COMPILE)
-
private:
Volatile<LONG> m_refCount;
public: