Skip to content

Commit

Permalink
cleanup: [MR-372] remove mentions of checkpoint manager from state la…
Browse files Browse the repository at this point in the history
…yout
  • Loading branch information
pakhomov-dfinity committed Jan 4, 2023
1 parent 0701517 commit 4324bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ scalability/results/
bazel-build-log.json
bazel-bep.pb
bazel-bep.txt
bazel-timestamp.txt
user.bazelrc

# Visual Studio Code
Expand Down
7 changes: 1 addition & 6 deletions rs/state_layout/src/state_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,7 @@ struct CheckpointRefData {

/// `StateLayout` provides convenience functions to construct correct
/// paths to individual components of the replicated execution
/// state. It also utilizes filesystem specific checkpoint managers
/// to create and manage checkpoints.
///
/// Following layout is overlayed on top of the filesystem specific
/// checkpoint manager's internal layout. "checkpoints" directory
/// is not owned by `StateLayout` and is internal to checkpoint manager
/// state and checkpoints.
///
/// ```text
/// <root>
Expand Down

0 comments on commit 4324bfe

Please sign in to comment.