summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-24 05:34:44 -0700
committerGitHub <noreply@github.com>2019-05-24 05:34:44 -0700
commite4134398fd3c91cf3db99972f66fa74d5aa32bcf (patch)
tree4a2a5e515a8c2b23818203e3a81a7794013e7516 /src/inc
parentd5d18896900561b7aaf38ba9501a8525a4b9caea (diff)
downloadcoreclr-e4134398fd3c91cf3db99972f66fa74d5aa32bcf.tar.gz
coreclr-e4134398fd3c91cf3db99972f66fa74d5aa32bcf.tar.bz2
coreclr-e4134398fd3c91cf3db99972f66fa74d5aa32bcf.zip
Remove dependency on IEEMemoryManager (#24755)
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/corjit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/corjit.h b/src/inc/corjit.h
index 20ff2b3055..6892e06a2c 100644
--- a/src/inc/corjit.h
+++ b/src/inc/corjit.h
@@ -292,7 +292,7 @@ public:
class ICorJitInfo : public ICorDynamicInfo
{
public:
- // return memory manager that the JIT can use to allocate a regular memory
+ // OBSOLETE: return memory manager that the JIT can use to allocate a regular memory
virtual IEEMemoryManager* getMemoryManager() = 0;
// get a block of memory for the code, readonly data, and read-write data