Skip to content

Commit

Permalink
Remove dead members in McapReader
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-basis authored Jul 22, 2024
1 parent 05505c7 commit 044632e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions cpp/mcap/include/mcap/reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,6 @@ class MCAP_PUBLIC McapReader final {
std::unordered_map<ChannelId, ChannelPtr> channels_;
ByteOffset dataStart_ = 0;
ByteOffset dataEnd_ = EndOffset;
Timestamp startTime_ = 0;
Timestamp endTime_ = 0;
bool parsedSummary_ = false;

void reset_();
Expand Down
2 changes: 0 additions & 2 deletions cpp/mcap/include/mcap/reader.inl
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ void McapReader::reset_() {
channels_.clear();
dataStart_ = 0;
dataEnd_ = EndOffset;
startTime_ = 0;
endTime_ = 0;
parsedSummary_ = false;
}

Expand Down

0 comments on commit 044632e

Please sign in to comment.