Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index 6c1ed616a7bf9ce354dca4c03b557aa827df76e7..3a226e4ee583bb912841e21e1ba6d3006e33a63c 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -161,7 +161,6 @@ class Thread : public BaseThread { |
| kCompilerTask = 0x2, |
| kSweeperTask = 0x4, |
| kMarkerTask = 0x8, |
| - kFinalizerTask = 0x10, |
| }; |
| // Converts a TaskKind to its corresponding C-String name. |
| static const char* TaskKindToCString(TaskKind kind); |