From c7f5b6f7828c8f7d85adbc0309dd56442fcd4718 Mon Sep 17 00:00:00 2001 From: Royce Mitchell III Date: Sat, 26 Nov 2005 04:29:40 +0000 Subject: [PATCH] remove transient debugging code svn path=/trunk/; revision=19612 --- reactos/tools/rbuild/XML.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/tools/rbuild/XML.cpp b/reactos/tools/rbuild/XML.cpp index 62db6a85c81..1193cdf0443 100644 --- a/reactos/tools/rbuild/XML.cpp +++ b/reactos/tools/rbuild/XML.cpp @@ -635,8 +635,6 @@ XMLParse ( XMLFile& f, else { XMLElement* e2 = XMLParse ( f, is_include ? NULL : includes, path, &end_tag ); - if ( e->name == "project" && e2->name == "1" ) - e = e; if ( !e2 ) { string e_location = e->location;