summaryrefslogtreecommitdiff
path: root/src/pal/src/exception/seh-unwind.cpp
diff options
context:
space:
mode:
authorJonghyun Park <parjong@gmail.com>2016-04-22 07:53:34 +0900
committerJonghyun Park <parjong@gmail.com>2016-04-22 07:53:34 +0900
commit2ef6081c279615d69ddc97401d450745148201d1 (patch)
tree5f81acfde24e586dc4926fc446bbc6704f056a6a /src/pal/src/exception/seh-unwind.cpp
parent68a1eb5d3ab65a937f35f599187268aae07e97ac (diff)
downloadcoreclr-2ef6081c279615d69ddc97401d450745148201d1.tar.gz
coreclr-2ef6081c279615d69ddc97401d450745148201d1.tar.bz2
coreclr-2ef6081c279615d69ddc97401d450745148201d1.zip
Style fix: Merges two #ifdef blocks
There was an unnecessary break between two #ifdef blocks. This commit merges these blocks into one block.
Diffstat (limited to 'src/pal/src/exception/seh-unwind.cpp')
-rw-r--r--src/pal/src/exception/seh-unwind.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pal/src/exception/seh-unwind.cpp b/src/pal/src/exception/seh-unwind.cpp
index 25a8789a0c..181244fb6f 100644
--- a/src/pal/src/exception/seh-unwind.cpp
+++ b/src/pal/src/exception/seh-unwind.cpp
@@ -253,9 +253,7 @@ BOOL PAL_VirtualUnwind(CONTEXT *context, KNONVOLATILE_CONTEXT_POINTERS *contextP
{
return FALSE;
}
-#endif
-#if !UNWIND_CONTEXT_IS_UCONTEXT_T
UpdateUnwindContextWithWinContext(context, &unwContext);
#endif