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

Unified Diff: runtime/vm/thread.h

Issue 1410493002: Complete support for Windows TLS destructors (Closed) Base URL: git@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
« no previous file with comments | « runtime/vm/os_win.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.h
diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h
index 49483e9e1dac2c89070c216eeebb03ee836cd616..5ab7f7d04ccc2785a7bdcfa6181573d664e540e8 100644
--- a/runtime/vm/thread.h
+++ b/runtime/vm/thread.h
@@ -144,11 +144,6 @@ class Thread {
// TODO(koda): Always run GC in separate thread.
static void PrepareForGC();
-#if defined(TARGET_OS_WINDOWS)
- // Clears the state of the current thread and frees the allocation.
- static void CleanUp();
-#endif
-
// Called at VM startup.
static void InitOnceBeforeIsolate();
static void InitOnceAfterObjectAndStubCode();
« no previous file with comments | « runtime/vm/os_win.cc ('k') | runtime/vm/thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698