summaryrefslogtreecommitdiff
path: root/src/gc/gcscan.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-12-16 15:26:25 -0800
committerJan Kotas <jkotas@microsoft.com>2015-12-16 16:09:07 -0800
commitb65f0e718268ae400fda7556bf93f48472f9875d (patch)
tree39d337f94064e9488450e5e847b15b7ca2abf6c1 /src/gc/gcscan.h
parent36de3bebb8930bdad554143f9563b83a3356d7b7 (diff)
downloadcoreclr-b65f0e718268ae400fda7556bf93f48472f9875d.tar.gz
coreclr-b65f0e718268ae400fda7556bf93f48472f9875d.tar.bz2
coreclr-b65f0e718268ae400fda7556bf93f48472f9875d.zip
Rename CNameSpace to GCScan
Diffstat (limited to 'src/gc/gcscan.h')
-rw-r--r--src/gc/gcscan.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/gc/gcscan.h b/src/gc/gcscan.h
index 0fddf3540e..502a04c3b4 100644
--- a/src/gc/gcscan.h
+++ b/src/gc/gcscan.h
@@ -32,14 +32,7 @@ struct DhContext
ScanContext *m_pScanContext; // The GC's scan context for this phase
};
-
-// <TODO>
-// @TODO (JSW): For compatibility with the existing GC code we use CNamespace
-// as the name of this class. I'm planning on changing it to
-// something like GCDomain....
-// </TODO>
-
-class CNameSpace
+class GCScan
{
friend struct ::_DacGlobals;