summaryrefslogtreecommitdiff
path: root/src/mbgl
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-01-19 23:18:09 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-22 18:41:54 -0800
commitbf48467b8c0a5b934253dadbc06c9dde4e643e53 (patch)
treed6d736230fd1851d31863b5edd7223a05b959edb /src/mbgl
parentfa894d7cbc7e27a64fa7e466fa56e718079da24c (diff)
downloadqtlocation-mapboxgl-bf48467b8c0a5b934253dadbc06c9dde4e643e53.tar.gz
[core] Remove unused parts of chrono.hpp
Diffstat (limited to 'src/mbgl')
-rw-r--r--src/mbgl/util/chrono.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mbgl/util/chrono.cpp b/src/mbgl/util/chrono.cpp
index f0b3f88192..df5175b396 100644
--- a/src/mbgl/util/chrono.cpp
+++ b/src/mbgl/util/chrono.cpp
@@ -5,22 +5,6 @@
#include <cstdio>
namespace mbgl {
-
-template Duration toDuration<Clock, Duration>(TimePoint);
-template SystemDuration toDuration<SystemClock, SystemDuration>(SystemTimePoint);
-
-template Seconds asSeconds<Duration>(Duration);
-template Seconds asSeconds<Milliseconds>(Milliseconds);
-
-template Seconds toSeconds<Clock, Duration>(TimePoint);
-template Seconds toSeconds<SystemClock, SystemDuration>(SystemTimePoint);
-
-template Milliseconds asMilliseconds<Duration>(Duration);
-template Milliseconds asMilliseconds<Seconds>(Seconds);
-
-template Milliseconds toMilliseconds<Clock, Duration>(TimePoint);
-template Milliseconds toMilliseconds<SystemClock, SystemDuration>(SystemTimePoint);
-
namespace util {
static const char *week[] = {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"};