Skip to content

Commit

Permalink
Remove commented-out states
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Jun 9, 2023
1 parent 8601047 commit 97f50ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ pub enum State {
/// The responder sent a response.
Responded = 4,

// #[doc(hidden)]
// CancelingRequested = 10,
// #[doc(hidden)]
// CancelingBuildingResponse = 11,
/// The requester canceled the request. Responder needs to acknowledge to return to `Idle`
/// state.
Canceled = 12,
}

Expand Down

0 comments on commit 97f50ca

Please sign in to comment.