diff options
author | Jonghyun Park <parjong@gmail.com> | 2017-03-02 16:50:11 +0900 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2017-03-01 23:50:11 -0800 |
commit | 262f09cbb657febc7454ca8a9675d3213d5ee8a0 (patch) | |
tree | 7d34321d4285d1bb0a3a6bdde3925098c0bf3fc7 /src/pal | |
parent | e859c309438caf04d715f2b11427935565b322d4 (diff) | |
download | coreclr-262f09cbb657febc7454ca8a9675d3213d5ee8a0.tar.gz coreclr-262f09cbb657febc7454ca8a9675d3213d5ee8a0.tar.bz2 coreclr-262f09cbb657febc7454ca8a9675d3213d5ee8a0.zip |
[x86/Linux] Clean up EXCEPTION_REGISTRATION_RECORD (#9895)
Diffstat (limited to 'src/pal')
-rw-r--r-- | src/pal/inc/rt/palrt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pal/inc/rt/palrt.h b/src/pal/inc/rt/palrt.h index 059d3a68a5..9360058833 100644 --- a/src/pal/inc/rt/palrt.h +++ b/src/pal/inc/rt/palrt.h @@ -1491,11 +1491,6 @@ typedef struct _DISPATCHER_CONTEXT { #elif defined(_X86_) -typedef struct _EXCEPTION_REGISTRATION_RECORD { - struct _EXCEPTION_REGISTRATION_RECORD *Next; - PEXCEPTION_ROUTINE Handler; -} EXCEPTION_REGISTRATION_RECORD; - typedef struct _DISPATCHER_CONTEXT { DWORD ControlPc; DWORD ImageBase; |