diff --git a/src/helpers/async_extracter.rs b/src/helpers/async_extracter.rs index 2b1298bf..334812aa 100644 --- a/src/helpers/async_extracter.rs +++ b/src/helpers/async_extracter.rs @@ -208,14 +208,6 @@ pub async fn extract_tar_based_stream( where BinstallError: From, { - struct DummyVisitor; - - impl TarEntriesVisitor for DummyVisitor { - fn visit(&mut self, _entries: Entries<'_, R>) -> Result<(), BinstallError> { - unimplemented!() - } - } - let path = output.to_owned(); extract_impl(