Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-08-24 19:51:27 +0300
committerGitHub <noreply@github.com>2017-08-24 19:51:27 +0300
commit5ce2e6e4615cecc50ee5f1f80643ca72d50b04bf (patch)
treecb04d675a731042fe1822b50d15af412f5cf96d6 /src/Native
parent7a82e6768a9eb62a54620c190c4ffdaf5a481f9e (diff)
Delete unused code (#4375)
Fix #4374
Diffstat (limited to 'src/Native')
-rw-r--r--src/Native/Runtime/PalRedhawk.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Native/Runtime/PalRedhawk.h b/src/Native/Runtime/PalRedhawk.h
index cfff79489..0d2e4db2b 100644
--- a/src/Native/Runtime/PalRedhawk.h
+++ b/src/Native/Runtime/PalRedhawk.h
@@ -494,11 +494,6 @@ typedef enum _EXCEPTION_DISPOSITION {
#define NULL_AREA_SIZE (64*1024)
#endif
-#define GetExceptionCode _exception_code
-#define GetExceptionInformation (struct _EXCEPTION_POINTERS *)_exception_info
-EXTERN_C unsigned long __cdecl _exception_code(void);
-EXTERN_C void * __cdecl _exception_info(void);
-
//#endif // !DACCESS_COMPILE
#endif // !_INC_WINDOWS