Remove unused fn: hasrepo()

This commit is contained in:
Matthias Beyer 2016-09-07 21:26:06 +02:00
parent 513a99fca7
commit 9c2f4db03d

View file

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