remove unncessary comment

This commit is contained in:
Joey Hess 2025-04-22 14:03:51 -04:00
parent 49ee0a2a06
commit 820b591c1f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

2
Git.hs
View file

@ -89,8 +89,6 @@ localGitDir :: Repo -> OsPath
localGitDir Repo { location = Local { gitdir = d } } = d
localGitDir _ = giveup "unknown localGitDir"
{- Some code needs to vary between URL and normal repos,
- or bare and non-bare, these functions help with that. -}
repoIsUrl :: Repo -> Bool
repoIsUrl Repo { location = Url _ } = True
repoIsUrl Repo { location = UnparseableUrl _ } = True