backend: delete unused Phase enum

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.
This commit is contained in:
Martin von Zweigbergk 2023-10-29 11:47:05 -07:00 committed by Martin von Zweigbergk
parent e5fa5910f2
commit 35a23172ec

View file

@ -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);