Chromium Code Reviews| Index: runtime/vm/heap.h |
| diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h |
| index 3dc50ed216705185f33e9cec274900a1051b1e65..950223c8c9007e75df40bf6d0a786fd013745c0e 100644 |
| --- a/runtime/vm/heap.h |
| +++ b/runtime/vm/heap.h |
| @@ -24,10 +24,6 @@ class ObjectSet; |
| class ServiceEvent; |
| class VirtualMemory; |
| -DECLARE_FLAG(bool, verify_before_gc); |
| -DECLARE_FLAG(bool, verify_after_gc); |
| -DECLARE_FLAG(bool, gc_at_alloc); |
| - |
| class Heap { |
| public: |
| enum Space { |