summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qdatetime_p.h
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-01-10 15:07:55 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2017-01-12 16:42:21 +0000
commit8f469e4a19feb77758fb5d3c7120ba93cf32cd7d (patch)
tree4e420825b6b97a92e89993195095cf6bf643984b /src/corelib/tools/qdatetime_p.h
parenta50ed8685fabeb477ec89ff73a3164f4a2b60687 (diff)
Remove two unused static methods of QDateTimePrivate
... along with the two matching unused methods of QDateTime's test. Change-Id: Id11a4b1b0132587f0df451d49c0043e9425d87ad Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qdatetime_p.h')
-rw-r--r--src/corelib/tools/qdatetime_p.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/tools/qdatetime_p.h b/src/corelib/tools/qdatetime_p.h
index b8f6736ac4..4d30d4192b 100644
--- a/src/corelib/tools/qdatetime_p.h
+++ b/src/corelib/tools/qdatetime_p.h
@@ -140,9 +140,6 @@ public:
// Inlined for its one caller in qdatetime.cpp
inline void setUtcOffsetByTZ(qint64 atMSecsSinceEpoch);
#endif // timezone
-
- static inline qint64 minJd() { return QDate::minJd(); }
- static inline qint64 maxJd() { return QDate::maxJd(); }
};
QT_END_NAMESPACE