Skip to content

Commit

Permalink
chore: remove entry offset
Browse files Browse the repository at this point in the history
  • Loading branch information
niebayes committed Dec 25, 2023
1 parent e98601b commit 55b9d61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/store-api/src/logstore/entry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ use crate::logstore::namespace::Namespace;
/// An entry's id.
/// Different log store implementations may interpret the id to different meanings.
pub type Id = u64;
/// An entry's offset.
/// Notice: it's currently not used.
pub type Offset = usize;

/// Entry is the minimal data storage unit through which users interact with the log store.
/// The log store implementation may have larger or smaller data storage unit than an entry.
Expand Down

0 comments on commit 55b9d61

Please sign in to comment.