Remove the unused get_refs().

This commit is contained in:
Chris Jerdonek 2017-08-13 02:45:19 -07:00
parent b65dfd2686
commit b8ba25c79f
1 changed files with 0 additions and 4 deletions

View File

@ -223,10 +223,6 @@ class Git(VersionControl):
self.is_ref_tag(ref),
))
# Should deprecate `get_refs` since it's ambiguous
def get_refs(self, location):
return self.get_short_refs(location)
def get_short_refs(self, location):
"""Return map of named refs (branches or tags) to commit hashes."""
rv = {}