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

Unified Diff: runtime/bin/thread_win.h

Issue 1410293006: Use ExitProcess on Windows. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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
Index: runtime/bin/thread_win.h
diff --git a/runtime/bin/thread_win.h b/runtime/bin/thread_win.h
index e500b16145e9dc168cfb262770bc3e596599bef1..5e1dba51b79418e945253edf2e383bf47e0d7184 100644
--- a/runtime/bin/thread_win.h
+++ b/runtime/bin/thread_win.h
@@ -18,7 +18,6 @@ namespace bin {
typedef DWORD ThreadLocalKey;
typedef DWORD ThreadId;
-
class ThreadInlineImpl {
private:
ThreadInlineImpl() {}

Powered by Google App Engine
This is Rietveld 408576698