[lldb] Remove redundant call to FindBacktrace (NFC)

We're not using any of the Backtrace_* CMake variables set by
FindBacktrace in LLDB.
This commit is contained in:
Jonas Devlieghere 2020-08-20 22:40:48 -07:00
parent c1bc4fb95e
commit e0b220d22e
1 changed files with 0 additions and 1 deletions

View File

@ -292,5 +292,4 @@ if ((CMAKE_SYSTEM_NAME MATCHES "Android") AND LLVM_BUILD_STATIC AND
add_definitions(-DANDROID_USE_ACCEPT_WORKAROUND)
endif()
find_package(Backtrace)
include(LLDBGenerateConfig)