summaryrefslogtreecommitdiff
path: root/src/gc/gc.h
diff options
context:
space:
mode:
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
{