Skip to content

Commit

Permalink
backend: delete unused Phase enum
Browse files Browse the repository at this point in the history
The idea was to support phases like in hg, but that hasn't happened
yet. We can add back this simple enum if we do add support for phases.
  • Loading branch information
martinvonz committed Oct 29, 2023
1 parent e5fa591 commit 35a2317
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/src/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ id_type!(pub FileId);
id_type!(pub SymlinkId);
id_type!(pub ConflictId);

pub enum Phase {
Public,
Draft,
}

content_hash! {
#[derive(Debug, PartialEq, Eq, Clone, PartialOrd, Ord)]
pub struct MillisSinceEpoch(pub i64);
Expand Down

0 comments on commit 35a2317

Please sign in to comment.