summaryrefslogtreecommitdiff
path: root/src/vm/vars.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/vars.hpp')
-rw-r--r--src/vm/vars.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/vm/vars.hpp b/src/vm/vars.hpp
index faab0bcd7f..0dfe71d167 100644
--- a/src/vm/vars.hpp
+++ b/src/vm/vars.hpp
@@ -62,7 +62,6 @@ typedef unsigned short wchar_t;
#define _WCHAR_T_DEFINED
#endif
-#ifndef CLR_STANDALONE_BINDER
#include "util.hpp"
#include <corpriv.h>
#include <cordbpriv.h>
@@ -78,8 +77,6 @@ typedef unsigned short wchar_t;
#include "certificatecache.h"
#endif
-#endif //CLR_STANDALONE_BINDER
-
#include "profilepriv.h"
class ClassLoader;
@@ -375,8 +372,6 @@ class ClassLoaderList;
class Module;
class ArrayTypeDesc;
-#ifndef BINDER
-
#define EXTERN extern
// For [<I1, etc. up to and including [Object
@@ -471,7 +466,6 @@ EXTERN OBJECTHANDLE g_pPreallocatedSentinelObject;
// We use this object to return a preallocated System.Exception instance when we have nothing
// better to return.
EXTERN OBJECTHANDLE g_pPreallocatedBaseException;
-#endif // !BINDER
GPTR_DECL(Thread,g_pFinalizerThread);
GPTR_DECL(Thread,g_pSuspensionThread);
@@ -480,8 +474,6 @@ GPTR_DECL(Thread,g_pSuspensionThread);
typedef DPTR(SyncTableEntry) PTR_SyncTableEntry;
GPTR_DECL(SyncTableEntry, g_pSyncTable);
-#if !defined(BINDER)
-
#ifdef FEATURE_COMINTEROP
// Global RCW cleanup list
typedef DPTR(RCWCleanupList) PTR_RCWCleanupList;
@@ -760,7 +752,6 @@ GVAL_DECL(SIZE_T, g_runtimeLoadedBaseAddress);
GVAL_DECL(SIZE_T, g_runtimeVirtualSize);
#endif // !FEATURE_PAL
-#endif /* !BINDER */
#ifndef MAXULONG
#define MAXULONG 0xffffffff
@@ -878,7 +869,6 @@ struct ModuleIndex
typedef DPTR(GSCookie) PTR_GSCookie;
-#ifndef CLR_STANDALONE_BINDER
#ifndef DACCESS_COMPILE
// const is so that it gets placed in the .text section (which is read-only)
// volatile is so that accesses to it do not get optimized away because of the const
@@ -926,4 +916,3 @@ enum HostCallPreference
};
#endif /* _VARS_HPP */
-#endif /* !CLR_STANDALONE_BINDER */