summaryrefslogtreecommitdiff
path: root/src/inc/corjit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inc/corjit.h')
-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