summaryrefslogtreecommitdiff
path: root/src/inc/gcinfoencoder.h
diff options
context:
space:
mode:
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>2016-07-21 04:10:02 -0700
committerJan Kotas <jkotas@microsoft.com>2016-07-21 04:10:02 -0700
commitd1697c6f8b6e6d1f06b4d734fabd3b328e1dc724 (patch)
tree4cb536b527847fe2067cdd71c13acd4bbfd3cbdf /src/inc/gcinfoencoder.h
parent4ba6e7418e6a34ffa7b8ba91cb10e004d30d803f (diff)
downloadcoreclr-d1697c6f8b6e6d1f06b4d734fabd3b328e1dc724.tar.gz
coreclr-d1697c6f8b6e6d1f06b4d734fabd3b328e1dc724.tar.bz2
coreclr-d1697c6f8b6e6d1f06b4d734fabd3b328e1dc724.zip
Remove DBG GcInfo encoder/decoder (#6374)
This change removes the redundant set of GcInfo encoder/decoder in the CoreCLR tree called Debug encoder/decoders. These components are expected to be are well-tested versions for verification, but are not actively used. They cause additional overhead wrt maintaining two versions of GcInfo encoder/decoder as GcInfo format changes.
Diffstat (limited to 'src/inc/gcinfoencoder.h')
-rw-r--r--src/inc/gcinfoencoder.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/inc/gcinfoencoder.h b/src/inc/gcinfoencoder.h
index ff03138032..8875d3b492 100644
--- a/src/inc/gcinfoencoder.h
+++ b/src/inc/gcinfoencoder.h
@@ -87,10 +87,6 @@
#include "gcinfotypes.h"
-#ifdef VERIFY_GCINFO
-#include "dbggcinfoencoder.h"
-#endif //VERIFY_GCINFO
-
#ifdef MEASURE_GCINFO
struct GcInfoSize
{
@@ -526,10 +522,6 @@ private:
bool m_IsSlotTableFrozen;
#endif
-#ifdef VERIFY_GCINFO
- DbgGcInfo::GcInfoEncoder m_DbgEncoder;
-#endif
-
#ifdef MEASURE_GCINFO
GcInfoSize m_CurrentMethodSize;
#endif