Remove unused variable

This commit is contained in:
Matthias Beyer 2017-09-23 21:52:27 +02:00
parent 6e2aaf6853
commit ea618ee3c7

View file

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