mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
remove transient debugging code
svn path=/trunk/; revision=19612
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user