| Index: runtime/bin/file_win.cc
|
| diff --git a/runtime/bin/file_win.cc b/runtime/bin/file_win.cc
|
| index 8dbfabd00a009ab4bced21592b27765a6fa5316c..bbba55b20ae3d791df9143cb66cdeb408823b2cf 100644
|
| --- a/runtime/bin/file_win.cc
|
| +++ b/runtime/bin/file_win.cc
|
| @@ -461,11 +461,6 @@ char* File::LinkTarget(const char* pathname) {
|
| }
|
|
|
|
|
| -static int64_t TimespecToMilliseconds(const struct timespec& t) {
|
| - return t.tv_sec * 1000 + t.tv_nsec / 1000000;
|
| -}
|
| -
|
| -
|
| void File::Stat(const char* name, int64_t* data) {
|
| File::Type type = GetType(name, false);
|
| data[kType] = type;
|
|
|