Remove obsolete comments from tool scripts

The commands to get the latest version used to use a head call to pull
out the latest. They don't do that any more, so the semver filter should
be working properly to determine the latest tag.

Change-Id: I34be2e0e18614a611251a216d1d95029173fb60c
This commit is contained in:
Doug Hellmann 2015-02-03 12:42:07 -05:00
parent 8a6e21c7ac
commit dbd74f7173
2 changed files with 0 additions and 6 deletions

View File

@ -28,9 +28,6 @@ else
libs="$*"
fi
# Assuming the tags were created in chronological order, get the most
# recent one. This will break if we ever go back and create a patch
# release.
function get_last_tag {
git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags \
| sed -e 's|refs/tags/||' \

View File

@ -27,9 +27,6 @@ else
libs="$*"
fi
# Assuming the tags were created in chronological order, get the most
# recent one. This will break if we ever go back and create a patch
# release.
function get_last_tag {
git for-each-ref --sort=taggerdate --format '%(refname)' refs/tags \
| sed -e 's|refs/tags/||' \