mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-09 05:58:55 +00:00
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:
parent
e5fa5910f2
commit
35a23172ec
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue