mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-19 12:49:02 +00:00
[ASThrashTesting] Remove unneeded clang diagnostics
This commit is contained in:
parent
3ca95778df
commit
bd7f90f7ee
@ -26,8 +26,6 @@
|
||||
#define kFickleness 0.1
|
||||
#define kThrashingIterationCount 100
|
||||
|
||||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wunused-function"
|
||||
static NSString *ASThrashArrayDescription(NSArray *array) {
|
||||
NSMutableString *str = [NSMutableString stringWithString:@"(\n"];
|
||||
NSInteger i = 0;
|
||||
@ -38,7 +36,6 @@ static NSString *ASThrashArrayDescription(NSArray *array) {
|
||||
[str appendString:@")"];
|
||||
return str;
|
||||
}
|
||||
#pragma clang diagnostic pop
|
||||
|
||||
static volatile int32_t ASThrashTestItemNextID = 1;
|
||||
@interface ASThrashTestItem: NSObject <NSSecureCoding>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user