From 4cc70ce501321733a1b389e685e964d34b3b4cf5 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Tue, 19 May 2009 12:49:46 -0700 Subject: Remove unused parsing support for 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 --- manifest.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'manifest.py') diff --git a/manifest.py b/manifest.py index da2bb25f..4b740e5a 100644 --- a/manifest.py +++ b/manifest.py @@ -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): -- cgit v1.2.3-54-g00ecf