Remove wrong feature compiler macro

This commit is contained in:
Lukas Spieß
2016-03-09 20:29:26 +01:00
parent 1477058b5e
commit dd48e82c8a

View File

@@ -1,7 +1,3 @@
#import "HockeySDKFeatureConfig.h"
#if HOCKEYSDK_FEATURE_METRICS
#import "BITTelemetryObject.h"
#import "HockeySDKNullability.h"
@@ -19,5 +15,3 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
#endif /* HOCKEYSDK_FEATURE_METRICS */