Skip to content

Commit e2417cc

Browse files
committed
Remove obsolete type.
1 parent 34a05f3 commit e2417cc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/types.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -876,15 +876,6 @@ pub struct WindowProgressParams {
876876
pub done: Option<bool>,
877877
}
878878

879-
#[derive(Debug, Serialize, Deserialize)]
880-
pub struct CqueryProgressParams {
881-
pub indexRequestCount: u64,
882-
pub doIdMapCount: u64,
883-
pub loadPreviousIndexCount: u64,
884-
pub onIdMappedCount: u64,
885-
pub onIndexedCount: u64,
886-
}
887-
888879
pub trait Filepath {
889880
fn filepath(&self) -> Result<PathBuf>;
890881
}

0 commit comments

Comments
 (0)