Chromium Code Reviews| Index: runtime/vm/datastream.h |
| diff --git a/runtime/vm/datastream.h b/runtime/vm/datastream.h |
| index 5a43bd5917c7f469312eb9ccf149f516a991df4b..4adff13de00d1d036aa07b93a81f2d8ba63ccafa 100644 |
| --- a/runtime/vm/datastream.h |
| +++ b/runtime/vm/datastream.h |
| @@ -287,7 +287,6 @@ class ReadStream : public ValueObject { |
| DISALLOW_COPY_AND_ASSIGN(ReadStream); |
| }; |
| - |
| // Stream for writing various types into a buffer. |
| class WriteStream : public ValueObject { |
| public: |