Skip to content

Commit

Permalink
remove dummy flush on chunk writer
Browse files Browse the repository at this point in the history
  • Loading branch information
james-rms committed Nov 7, 2024
1 parent 016e882 commit b84e857
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cpp/mcap/include/mcap/writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,6 @@ class MCAP_PUBLIC IChunkWriter : public IWritable {
*/
virtual const std::byte* compressedData() const = 0;

// No-op IWritable::flush() implementation. Chunk writers have no concept of an "underlying
// stream" to flush to.
void flush() override {}

protected:
virtual void handleClear() = 0;
};
Expand Down

0 comments on commit b84e857

Please sign in to comment.