summaryrefslogtreecommitdiff
path: root/src/vm/i386/cgencpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/i386/cgencpu.h')
-rw-r--r--src/vm/i386/cgencpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/i386/cgencpu.h b/src/vm/i386/cgencpu.h
index 917d731783..d1684290e4 100644
--- a/src/vm/i386/cgencpu.h
+++ b/src/vm/i386/cgencpu.h
@@ -294,8 +294,6 @@ inline INT32 rel32UsingJumpStub(INT32 UNALIGNED * pRel32, PCODE target, MethodDe
return (INT32)(target - baseAddr);
}
-#ifndef CLR_STANDALONE_BINDER
-
#ifdef FEATURE_COMINTEROP
inline void emitCOMStubCall (ComCallMethodDesc *pCOMMethod, PCODE target)
{
@@ -525,8 +523,6 @@ struct HijackArgs
};
};
-#endif //!CLR_STANDALONE_BINDER
-
// ClrFlushInstructionCache is used when we want to call FlushInstructionCache
// for a specific architecture in the common code, but not for other architectures.
// On IA64 ClrFlushInstructionCache calls the Kernel FlushInstructionCache function