diff options
| author | Petr Mrázek | 2012-03-01 01:29:55 +0100 |
|---|---|---|
| committer | Petr Mrázek | 2012-03-01 01:29:55 +0100 |
| commit | 2682c54fced9494246da8ae259715e39529473a4 (patch) | |
| tree | 68fb18cd64ee857363586ad2bfdbb6d401db9814 /library/VersionInfoFactory.cpp | |
| parent | c6fd508ee332bf7479b2569129c12176440d70b3 (diff) | |
| download | dfhack-2682c54fced9494246da8ae259715e39529473a4.tar.gz dfhack-2682c54fced9494246da8ae259715e39529473a4.tar.bz2 dfhack-2682c54fced9494246da8ae259715e39529473a4.tar.xz | |
Fix horrible errors and make MSVC shut upt about non-issues.
Diffstat (limited to 'library/VersionInfoFactory.cpp')
| -rw-r--r-- | library/VersionInfoFactory.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/library/VersionInfoFactory.cpp b/library/VersionInfoFactory.cpp index 7d963673..66cea00a 100644 --- a/library/VersionInfoFactory.cpp +++ b/library/VersionInfoFactory.cpp @@ -60,7 +60,6 @@ void VersionInfoFactory::clear() VersionInfo * VersionInfoFactory::getVersionInfoByMD5(string hash) { - VersionInfo * vinfo; for(size_t i = 0; i < versions.size();i++) { if(versions[i]->hasMD5(hash)) @@ -167,7 +166,6 @@ bool VersionInfoFactory::loadFile(string path_to_xml) TiXmlHandle hDoc(&doc); TiXmlElement* pElem; TiXmlHandle hRoot(0); - VersionInfo *mem; // block: name { |
