Skip to content

Commit

Permalink
Remove unused library definition (dotnet#35668)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmaclea authored Apr 30, 2020
1 parent 543037d commit 2f4ae5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/coreclr/src/unwinder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,3 @@ add_dependencies(unwinder_dac eventing_headers)
set_target_properties(unwinder_dac PROPERTIES DAC_COMPONENT TRUE)
target_compile_definitions(unwinder_dac PRIVATE FEATURE_NO_HOST)

add_library_clr(unwinder_dac_amd64 ${UNWINDER_SOURCES})
add_dependencies(unwinder_dac_amd64 eventing_headers)
set_target_properties(unwinder_dac_amd64 PROPERTIES DAC_COMPONENT TRUE)
target_compile_definitions(unwinder_dac_amd64 PRIVATE FEATURE_NO_HOST)

0 comments on commit 2f4ae5d

Please sign in to comment.