summaryrefslogtreecommitdiff
path: root/src/gc/gc.h
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-03-08 00:41:21 -0800
committerJan Kotas <jkotas@microsoft.com>2016-03-09 08:46:07 -0800
commit618e798e3ba00e8b95158fd1d7081ca91cc43bf5 (patch)
tree091b7e7719d83d7408d623c82a3deaeca96e67ed /src/gc/gc.h
parentb219fbbe1fe72b4a44b5247c9a77f9447d34b028 (diff)
downloadcoreclr-618e798e3ba00e8b95158fd1d7081ca91cc43bf5.tar.gz
coreclr-618e798e3ba00e8b95158fd1d7081ca91cc43bf5.tar.bz2
coreclr-618e798e3ba00e8b95158fd1d7081ca91cc43bf5.zip
Delete dead code
- Delete BINDER, STANDALONE_BINDER and MDIL ifdefs
Diffstat (limited to 'src/gc/gc.h')
-rw-r--r--src/gc/gc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gc/gc.h b/src/gc/gc.h
index 51c067718a..154b8164b4 100644
--- a/src/gc/gc.h
+++ b/src/gc/gc.h
@@ -14,14 +14,10 @@ Module Name:
#ifndef __GC_H
#define __GC_H
-#ifndef BINDER
-
#ifdef PROFILING_SUPPORTED
#define GC_PROFILING //Turn on profiling
#endif // PROFILING_SUPPORTED
-#endif
-
/*
* Promotion Function Prototypes
*/
@@ -380,17 +376,11 @@ public:
static GCHeap *GetGCHeap()
{
-#ifdef CLR_STANDALONE_BINDER
- return NULL;
-#else
LIMITED_METHOD_CONTRACT;
_ASSERTE(g_pGCHeap != NULL);
return g_pGCHeap;
-#endif
}
-
-#ifndef CLR_STANDALONE_BINDER
#ifndef DACCESS_COMPILE
static BOOL IsGCInProgress(BOOL bConsiderGCStart = FALSE)
@@ -505,8 +495,6 @@ public:
}
#endif // DACCESS_COMPILE
-#endif // !CLR_STANDALONE_BINDER
-
private:
typedef enum
{