[lldb] Remove LLDB_DEBUGSERVER_CODESIGN_IDENTITY (NFC)

This property was previously used by the test suite.
This commit is contained in:
Jonas Devlieghere
2024-02-26 11:10:56 -08:00
parent 911055e34f
commit 38515580c4

View File

@@ -117,10 +117,6 @@ get_debugserver_codesign_identity(debugserver_codesign_identity)
# Override locally, so the identity is used for targets created in this scope.
set(LLVM_CODESIGNING_IDENTITY ${debugserver_codesign_identity})
# Use the same identity later in the test suite.
set_property(GLOBAL PROPERTY
LLDB_DEBUGSERVER_CODESIGN_IDENTITY ${debugserver_codesign_identity})
if(APPLE)
set(LIBCOMPRESSION compression)
if(APPLE_EMBEDDED)