X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ffreenet%2Fidentityintroductionxml.cpp;h=29e14090d259bc73818aafe696f4bbc8e9fe96c7;hb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;hp=e1a4eff0b86dabf56e33bf0ac62cb0db543210bc;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/src/freenet/identityintroductionxml.cpp b/src/freenet/identityintroductionxml.cpp index e1a4eff..29e1409 100644 --- a/src/freenet/identityintroductionxml.cpp +++ b/src/freenet/identityintroductionxml.cpp @@ -40,7 +40,6 @@ const bool IdentityIntroductionXML::ParseXML(const std::string &xml) if(!td.Error()) { - TiXmlElement *el; TiXmlText *txt; TiXmlHandle hnd(&td); @@ -65,4 +64,4 @@ const bool IdentityIntroductionXML::ParseXML(const std::string &xml) return false; } -} \ No newline at end of file +}