Remove unused variable
This commit is contained in:
parent
6e2aaf6853
commit
ea618ee3c7
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ impl<'a> TaskStore<'a> for Store {
|
||||||
}
|
}
|
||||||
} // end if c % 2
|
} // end if c % 2
|
||||||
},
|
},
|
||||||
Err(e) => return Err(TE::from_kind(TEK::ImportError)),
|
Err(_) => return Err(TE::from_kind(TEK::ImportError)),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in a new issue