diff options
Diffstat (limited to 'lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.mm')
| -rw-r--r-- | lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.mm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.mm b/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.mm deleted file mode 100644 index 5ec3be0a1c6..00000000000 --- a/lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.mm +++ /dev/null @@ -1,17 +0,0 @@ -#include <AvailabilityMacros.h> - -#if !defined(MAC_OS_X_VERSION_10_7) || MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7 -#define BUILDING_ON_SNOW_LEOPARD 1 -#endif - -#if !BUILDING_ON_SNOW_LEOPARD -#define __XPC_PRIVATE_H__ -#include <xpc/xpc.h> - -// Returns 0 if successful. This is launching as self. No need for further authorization. -int _validate_authorization(xpc_object_t message) -{ - return 0; -} - -#endif |

