Skip to content

Commit 67924ee

Browse files
committed
pal: remove traces of libunwind
1 parent 4c2118a commit 67924ee

4 files changed

Lines changed: 0 additions & 19 deletions

File tree

pal/pal.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<None Include="inc\pal_error.h" />
2828
<None Include="inc\pal_mstypes.h" />
2929
<None Include="inc\pal_safecrt.h" />
30-
<None Include="inc\pal_unwind.h" />
3130
<None Include="inc\rt\guiddef.h" />
3231
<None Include="inc\rt\initguid.h" />
3332
<None Include="inc\rt\intsafe.h" />
@@ -140,7 +139,6 @@
140139
<None Include="src\debug\debug.cpp" />
141140
<None Include="src\exception\machexception.cpp" />
142141
<None Include="src\exception\machmessage.cpp" />
143-
<None Include="src\exception\seh-unwind.cpp" />
144142
<None Include="src\exception\seh.cpp" />
145143
<None Include="src\exception\signal.cpp" />
146144
<None Include="src\file\directory.cpp" />

pal/pal.vcxproj.filters

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<None Include="inc\pal_error.h" />
3030
<None Include="inc\pal_mstypes.h" />
3131
<None Include="inc\pal_safecrt.h" />
32-
<None Include="inc\pal_unwind.h" />
3332
<None Include="inc\safemath.h" />
3433
<None Include="inc\strsafe.h" />
3534
<None Include="inc\volatile.h" />
@@ -123,7 +122,6 @@
123122
<None Include="src\exception\machexception.cpp" />
124123
<None Include="src\exception\machmessage.cpp" />
125124
<None Include="src\exception\seh.cpp" />
126-
<None Include="src\exception\seh-unwind.cpp" />
127125
<None Include="src\exception\signal.cpp" />
128126
<None Include="src\file\directory.cpp" />
129127
<None Include="src\file\filetime.cpp" />

pal/src/config.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@
118118
#cmakedefine01 SYNCHMGR_SUSPENSION_SAFE_CONDITION_SIGNALING
119119
#cmakedefine01 ERROR_FUNC_FOR_GLOB_HAS_FIXED_PARAMS
120120
#cmakedefine01 HAS_FTRUNCATE_LENGTH_ISSUE
121-
#cmakedefine01 UNWIND_CONTEXT_IS_UCONTEXT_T
122121
#cmakedefine FREEBSD_LIBC "@FREEBSD_LIBC@"
123122

124123
#cmakedefine JA_JP_LOCALE_NAME "@JA_JP_LOCALE_NAME@"

pal/src/configure.cmake

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -858,19 +858,6 @@ set(CMAKE_REQUIRED_DEFINITIONS)
858858
set(SYNCHMGR_SUSPENSION_SAFE_CONDITION_SIGNALING 1)
859859
set(ERROR_FUNC_FOR_GLOB_HAS_FIXED_PARAMS 1)
860860

861-
check_cxx_source_compiles("
862-
#include <libunwind.h>
863-
#include <ucontext.h>
864-
865-
int main(int argc, char **argv)
866-
{
867-
unw_context_t libUnwindContext;
868-
ucontext_t uContext;
869-
870-
libUnwindContext = uContext;
871-
return 0;
872-
}" UNWIND_CONTEXT_IS_UCONTEXT_T)
873-
874861
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
875862
set(HAVE_COREFOUNDATION 1)
876863
set(HAVE__NSGETENVIRON 1)
@@ -1016,7 +1003,6 @@ else() # ANDROID
10161003
# -DSYNCHMGR_SUSPENSION_SAFE_CONDITION_SIGNALING
10171004
# -DERROR_FUNC_FOR_GLOB_HAS_FIXED_PARAMS
10181005
# -DHAS_FTRUNCATE_LENGTH_ISSUE
1019-
# -DUNWIND_CONTEXT_IS_UCONTEXT_T
10201006
# -DCHECK_TRACE_SPECIFIERS 0)
10211007
# -DPROCFS_MEM_NAME=""
10221008
# -DHAVE_GETHRTIME 1)

0 commit comments

Comments
 (0)