Skip to content

Commit

Permalink
Merge branch 'main' into feature/write-cphd-data-in-pieces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Oct 2, 2023
2 parents eebc2fa + 18a764e commit f3a517f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion six/modules/c++/cphd/source/CPHDWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ static auto make_span(std::span<const std::byte> data, const cphd::Data::Support
const auto pData = data.data() + dataArray.arrayByteOffset;
return sys::make_span(pData, dataArray.size_bytes());
}

sys::Off_T CPHDWriter::getSupportBlockByteOffset(const Data::SupportArray& dataArray) const
{
const auto supportBlockByteOffset = mHeader.getSupportBlockByteOffset();
Expand Down

0 comments on commit f3a517f

Please sign in to comment.