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

Unified Diff: runtime/vm/thread.cc

Issue 2809863002: Remove background finalization. (Closed)
Patch Set: . Created 3 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 | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.cc
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
index 507eebc3e48d0645a9723bdde378221eb2342cfc..164cca92453999a634ece9a9e8792db70100a48c 100644
--- a/runtime/vm/thread.cc
+++ b/runtime/vm/thread.cc
@@ -294,8 +294,6 @@ const char* Thread::TaskKindToCString(TaskKind kind) {
return "kSweeperTask";
case kMarkerTask:
return "kMarkerTask";
- case kFinalizerTask:
- return "kFinalizerTask";
default:
UNREACHABLE();
return "";
« no previous file with comments | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698