diff --git a/libimagstorestdhook/src/vcs/git/util.rs b/libimagstorestdhook/src/vcs/git/util.rs index e57e6acc..5a6f0b86 100644 --- a/libimagstorestdhook/src/vcs/git/util.rs +++ b/libimagstorestdhook/src/vcs/git/util.rs @@ -22,7 +22,3 @@ pub fn mkrepo(store: &Store) -> Result<()> { .map_err_into(GHEK::MkRepo) } -pub fn hasrepo(store: &Store) -> bool { - Repository::open(store.path()).is_ok() -} -