Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: runtime/bin/file_win.cc

Issue 257063005: Remove accidental code. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698