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
2 changed files with 0 additions and 6 deletions
|
@ -22,4 +22,3 @@ class Remote(object):
|
|||
self.fetchUrl = fetch
|
||||
self.reviewUrl = review
|
||||
self.projectName = projectName
|
||||
self.requiredCommits = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue