summaryrefslogtreecommitdiff
path: root/src/describe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/describe.c')
-rw-r--r--src/describe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/describe.c b/src/describe.c
index fb39c58fe..2640c1cd8 100644
--- a/src/describe.c
+++ b/src/describe.c
@@ -571,8 +571,6 @@ static int describe(
}
}
- best = (struct possible_tag *)git_vector_get(&all_matches, 0);
-
git_vector_sort(&all_matches);
best = (struct possible_tag *)git_vector_get(&all_matches, 0);