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

@@ -17,7 +17,3 @@
#include <Foundation/Foundation.h> #include <Foundation/Foundation.h>
// FIXME: Just a hack for testing!
extern "C" NSDate *swift_createDate(void) {
return [NSDate date];
}

View File

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

View File

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