Remove unused LoadResult::DecodeIncrCache variant

This commit is contained in:
bjorn3
2023-11-04 20:16:03 +00:00
parent 9c8a2694fa
commit a3b964b9ea
3 changed files with 1 additions and 18 deletions

View File

@@ -270,12 +270,6 @@ pub struct LoadDepGraph {
pub err: std::io::Error,
}
#[derive(Diagnostic)]
#[diag(incremental_decode_incr_cache)]
pub struct DecodeIncrCache {
pub err: String,
}
#[derive(Diagnostic)]
#[diag(incremental_write_dep_graph)]
pub struct WriteDepGraph<'a> {