mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-02-23 23:27:27 +08:00
Remove unused parsing support for <require commit=""/>
We haven't supported this in a while, but the parser was still here. Its all dead code, so strip it out. Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
parent
498a0e8a79
commit
4cc70ce501
@ -307,11 +307,6 @@ class Manifest(object):
|
||||
fetch=fetch,
|
||||
review=review,
|
||||
projectName=projectName)
|
||||
|
||||
for n in node.childNodes:
|
||||
if n.nodeName == 'require':
|
||||
r.requiredCommits.append(self._reqatt(n, 'commit'))
|
||||
|
||||
return r
|
||||
|
||||
def _ParseDefault(self, node):
|
||||
|
Loading…
Reference in New Issue
Block a user