summaryrefslogtreecommitdiff
path: root/src/vm/constrainedexecutionregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/constrainedexecutionregion.h')
-rw-r--r--src/vm/constrainedexecutionregion.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vm/constrainedexecutionregion.h b/src/vm/constrainedexecutionregion.h
index 29de7dfe79..93ceb63010 100644
--- a/src/vm/constrainedexecutionregion.h
+++ b/src/vm/constrainedexecutionregion.h
@@ -85,8 +85,6 @@ enum {
// Return true if either consistency or cer has not been specified in the encoded DWORD given.
#define RC_INCOMPLETE(_encoded) (RC_CONSISTENCY(_encoded) == RC_CONSISTENCY_UNDEFINED || RC_CER(_encoded) == RC_CER_UNDEFINED)
-#ifndef CLR_STANDALONE_BINDER
-
// Look for reliability contracts at the method, class and assembly level and parse them to extract the information we're interested
// in from a runtime preparation viewpoint. This information is abstracted in the form of the ReliabilityContractLevel enumeration.
ReliabilityContractLevel CheckForReliabilityContract(MethodDesc *pMD);
@@ -562,6 +560,4 @@ private:
#endif
};
-#endif // CLR_STANDALONE_BINDER
-
#endif