Removed some unused methods:
WKGetNSURLResponseCalculatedExpiration
WKGetNSURLResponseMustRevalidate
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@30637
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-02-27 Brady Eidson <beidson@apple.com>
+
+ Reviewed by Mark Rowe
+
+ Removed some unused methods:
+ WKGetNSURLResponseCalculatedExpiration
+ WKGetNSURLResponseMustRevalidate
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
2008-02-13 Adam Roben <aroben@apple.com>
* win/tools/scripts/auto-version.sh: Removed a redundant symbol.
NSDate *WKGetNSURLResponseLastModifiedDate(NSURLResponse *response);
NSTimeInterval WKGetNSURLResponseFreshnessLifetime(NSURLResponse *response);
-NSTimeInterval WKGetNSURLResponseCalculatedExpiration(NSURLResponse *response);
-BOOL WKGetNSURLResponseMustRevalidate(NSURLResponse *response);
CFStringEncoding WKGetWebDefaultCFStringEncoding(void);