Remove unused fn: hasrepo()
This commit is contained in:
parent
513a99fca7
commit
9c2f4db03d
1 changed files with 0 additions and 4 deletions
|
@ -22,7 +22,3 @@ pub fn mkrepo(store: &Store) -> Result<()> {
|
||||||
.map_err_into(GHEK::MkRepo)
|
.map_err_into(GHEK::MkRepo)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn hasrepo(store: &Store) -> bool {
|
|
||||||
Repository::open(store.path()).is_ok()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue