diff options
author | Jan Vorlicek <janvorli@microsoft.com> | 2015-05-26 21:30:32 +0200 |
---|---|---|
committer | Jan Vorlicek <janvorli@microsoft.com> | 2015-05-26 22:56:31 +0200 |
commit | 093395871f925b5203de1315d11761d260803ccf (patch) | |
tree | 8566ba23bbbab65caa8b240ad886c79b7760a2b1 /src/inc/clrhost.h | |
parent | 4d931ce9e79349733bb74389089b47d600a52fc3 (diff) | |
download | coreclr-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.h | 1 |
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 () { |