| Index: runtime/platform/thread_linux.cc
|
| diff --git a/runtime/platform/thread_linux.cc b/runtime/platform/thread_linux.cc
|
| index 11e40de82331b363b4c050ac1ac05f9d1f7c5fa8..36bcfe464573a75e893b59d85de3c74ba05915b2 100644
|
| --- a/runtime/platform/thread_linux.cc
|
| +++ b/runtime/platform/thread_linux.cc
|
| @@ -55,11 +55,6 @@ static void ComputeTimeSpecMicros(struct timespec* ts, int64_t micros) {
|
| }
|
|
|
|
|
| -static void ComputeTimeSpec(struct timespec* ts, int64_t millis) {
|
| - ComputeTimeSpec(ts, millis * kMicrosecondsPerMillisecond);
|
| -}
|
| -
|
| -
|
| class ThreadStartData {
|
| public:
|
| ThreadStartData(Thread::ThreadStartFunction function,
|
|
|