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

Unified Diff: runtime/bin/platform.h

Issue 154273003: Make std* blocking file-descriptors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update with bug. Created 6 years, 10 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 | « runtime/bin/main.cc ('k') | runtime/bin/platform_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/platform.h
diff --git a/runtime/bin/platform.h b/runtime/bin/platform.h
index 9579072ce12de9c2a4f546f5ece719d7a90151d1..ca723ae34dc761232127845f0b98d24195b4d883 100644
--- a/runtime/bin/platform.h
+++ b/runtime/bin/platform.h
@@ -62,12 +62,6 @@ class Platform {
return argv_;
}
- static void PrintBlocking(FILE* file, const char* format, ...)
- PRINTF_ATTRIBUTE(2, 3);
-
- // Perform platform-specific cleanups.
- static void Cleanup();
-
private:
static const char* executable_name_;
static const char* package_root_;
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/platform_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698