attribute 'first' of <file> must be 'true' or 'false'

remove an obsolete comment

svn path=/branches/xmlbuildsystem/; revision=13191
This commit is contained in:
Royce Mitchell III 2005-01-21 18:15:10 +00:00
parent f7201d8993
commit 23a949dd32
3 changed files with 12 additions and 4 deletions

View file

@ -628,7 +628,6 @@ XMLReadFile ( XMLFile& f, XMLElement& head, XMLIncludes& includes, const Path& p
XMLElement*
XMLLoadInclude ( XMLElement* e, const Path& path, XMLIncludes& includes )
{
// TODO FIXME
XMLAttribute* att;
att = e->GetAttribute("href",true);
assert(att);