aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSystemVersion.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMSystemVersion.m')
-rw-r--r--Foundation/GTMSystemVersion.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/Foundation/GTMSystemVersion.m b/Foundation/GTMSystemVersion.m
index 9bd969c..2a84168 100644
--- a/Foundation/GTMSystemVersion.m
+++ b/Foundation/GTMSystemVersion.m
@@ -17,7 +17,6 @@
//
#import "GTMSystemVersion.h"
-#import "GTMGarbageCollection.h"
#import "GTMObjC2Runtime.h"
#if GTM_MACOS_SDK
#import <CoreServices/CoreServices.h>
@@ -134,7 +133,6 @@ static NSString *const kSystemVersionPlistPath = @"/System/Library/CoreServices/
NSDictionary *systemVersionPlist
= [NSDictionary dictionaryWithContentsOfFile:kSystemVersionPlistPath];
sBuild = [[systemVersionPlist objectForKey:@"ProductBuildVersion"] retain];
- GTMNSMakeUncollectable(sBuild);
_GTMDevAssert(sBuild, @"Unable to get build version");
}
}