Revert "(De-)serialization for foreign error conventions."

This reverts r27870. It's causing inexplicable SourceKit failures.

Swift SVN r27875
This commit is contained in:
Doug Gregor
2015-04-28 17:50:59 +00:00
parent 976620b513
commit 7dafdf873c
12 changed files with 43 additions and 218 deletions

View File

@@ -88,8 +88,6 @@ typedef double NSTimeInterval;
@end
@interface NSError : NSObject
@property (copy,nonatomic) NSString *domain;
@property (nonatomic) NSInteger code;
@end
@interface NSString : NSObject <NSSecureCoding, NSCopying>