Skip to content

Commit 552fe5e

Browse files
committed
Remove comment
1 parent 38b2596 commit 552fe5e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/vcs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ fn is_matching_url(a: &str, b: &str) -> bool {
211211
VcsUrl::parse(a) == VcsUrl::parse(b)
212212
}
213213

214-
// TODO: This is not used anywhere.
215214
pub fn get_repo_from_remote(repo: &str) -> String {
216215
let obj = VcsUrl::parse(repo);
217216
obj.id

0 commit comments

Comments
 (0)