Removed an unneccesary #if now that debugserver-mini links Foundation.

llvm-svn: 293161
This commit is contained in:
Sean Callanan 2017-01-26 08:51:32 +00:00
parent 41421df02b
commit 1912d9633f
1 changed files with 0 additions and 2 deletions

View File

@ -2449,8 +2449,6 @@ bool MachProcess::GetOSVersionNumbers(uint64_t *major, uint64_t *minor,
#if defined(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__) && \
(__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 101000)
return false;
#elif defined(OS_OBJECT_USE_OBJC) && (OS_OBJECT_USE_OBJC == 0)
return false;
#else
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];