Index: Source/platform/DateComponents.h |
diff --git a/Source/platform/DateComponents.h b/Source/platform/DateComponents.h |
index 5c951e7b3e3b01e28734a1891057ad510f52ebfd..08198d875f2fbeb79abcaed7fb1af03871095b13 100644 |
--- a/Source/platform/DateComponents.h |
+++ b/Source/platform/DateComponents.h |
@@ -113,8 +113,6 @@ public: |
bool parseTime(const String&, unsigned start, unsigned& end); |
// Sets year, month, monthDay, hour, minute, second and millisecond. |
bool parseDateTimeLocal(const String&, unsigned start, unsigned& end); |
- // Sets year, month, monthDay, hour, minute, second and millisecond, and adjusts timezone. |
- bool parseDateTime(const String&, unsigned start, unsigned& end); |
// The following setMillisecondsSinceEpochFor*() functions take |
// the number of milliseconds since 1970-01-01 00:00:00.000 UTC as |