summaryrefslogtreecommitdiff
path: root/src/inc/clrhost.h
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-05-26 21:30:32 +0200
committerJan Vorlicek <janvorli@microsoft.com>2015-05-26 22:56:31 +0200
commit093395871f925b5203de1315d11761d260803ccf (patch)
tree8566ba23bbbab65caa8b240ad886c79b7760a2b1 /src/inc/clrhost.h
parent4d931ce9e79349733bb74389089b47d600a52fc3 (diff)
downloadcoreclr-093395871f925b5203de1315d11761d260803ccf.tar.gz
coreclr-093395871f925b5203de1315d11761d260803ccf.tar.bz2
coreclr-093395871f925b5203de1315d11761d260803ccf.zip
Cleanup several unused class members
The change removes few unused class members and puts few others under appropriate FEATURE_xxx ifdefs
Diffstat (limited to 'src/inc/clrhost.h')
-rw-r--r--src/inc/clrhost.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inc/clrhost.h b/src/inc/clrhost.h
index 222b8e1f98..8268c9a69b 100644
--- a/src/inc/clrhost.h
+++ b/src/inc/clrhost.h
@@ -601,7 +601,6 @@ extern void DecCantAllocCount();
class CantAllocHolder
{
- BOOL m_bUseTLSCount;
public:
CantAllocHolder ()
{