Skip to content

Commit

Permalink
Update packed_array.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyastolfi authored May 21, 2024
1 parent bdc80a0 commit f03e41c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/llfs/packed_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ BATT_STATIC_ASSERT_EQ(sizeof(PackedArray<u64>), 8);
template <typename T>
inline usize packed_array_size(usize item_count, batt::StaticType<T> = {})
{
const little_u24 packed_count = item_count;

return sizeof(PackedArray<T>) + sizeof(T) * item_count;
}

Expand Down

0 comments on commit f03e41c

Please sign in to comment.