Index: runtime/vm/snapshot.h |
diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
index 4623e9d3882b1f06c22428aceadeb2fa65967669..f651cb7b1d2cc5180beca4df58ca04f31f1318c4 100644 |
--- a/runtime/vm/snapshot.h |
+++ b/runtime/vm/snapshot.h |
@@ -1115,11 +1115,6 @@ class MessageWriter : public SnapshotWriter { |
// objects to a snap shot. |
class SnapshotWriterVisitor : public ObjectPointerVisitor { |
public: |
- explicit SnapshotWriterVisitor(SnapshotWriter* writer) |
- : ObjectPointerVisitor(Isolate::Current()), |
- writer_(writer), |
- as_references_(true) {} |
- |
SnapshotWriterVisitor(SnapshotWriter* writer, bool as_references) |
: ObjectPointerVisitor(Isolate::Current()), |
writer_(writer), |