Chromium Code Reviews| Index: runtime/vm/snapshot_test.cc |
| diff --git a/runtime/vm/snapshot_test.cc b/runtime/vm/snapshot_test.cc |
| index 0beeed09a3b71030e98ede140943dcd35385aee0..493607a5a0280b92011855d5cd58b6f8d92510c6 100644 |
| --- a/runtime/vm/snapshot_test.cc |
| +++ b/runtime/vm/snapshot_test.cc |
| @@ -18,8 +18,6 @@ |
| namespace dart { |
| -DECLARE_FLAG(bool, concurrent_sweep); |
| - |
| // Check if serialized and deserialized objects are equal. |
| static bool Equals(const Object& expected, const Object& actual) { |
| if (expected.IsNull()) { |