stdlib: remove swift_createDate

It was added for testing and it is actually never used now.

Swift SVN r26195
This commit is contained in:
Dmitri Hrybenko
2015-03-16 22:25:27 +00:00
parent 5878def914
commit e6f53a38cc
3 changed files with 0 additions and 8 deletions

View File

@@ -119,8 +119,6 @@
- (signed char)isEqualToDate:(NSDate *)anotherDate;
@end
NSDate *swift_createDate(void);
@interface NSProxy
+ alloc;
@end