mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:22:57 +00:00
remove transient debugging code
svn path=/trunk/; revision=19612
This commit is contained in:
parent
d8910a54b1
commit
c7f5b6f782
1 changed files with 0 additions and 2 deletions
|
@ -635,8 +635,6 @@ XMLParse ( XMLFile& f,
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
XMLElement* e2 = XMLParse ( f, is_include ? NULL : includes, path, &end_tag );
|
XMLElement* e2 = XMLParse ( f, is_include ? NULL : includes, path, &end_tag );
|
||||||
if ( e->name == "project" && e2->name == "1" )
|
|
||||||
e = e;
|
|
||||||
if ( !e2 )
|
if ( !e2 )
|
||||||
{
|
{
|
||||||
string e_location = e->location;
|
string e_location = e->location;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue