Decomposition syntax validation temporary removed

This commit is contained in:
Simon Rozman 2017-05-03 12:36:15 +02:00
parent a6693673a5
commit 5ba870158e

View File

@ -188,11 +188,6 @@ int _tmain(int argc, _TCHAR *argv[])
// Read translation from the database.
ZRCola::DBSource::translation trans;
if (src.GetTranslation(rs, trans)) {
try {
unique_ptr<ZRCola::DecompParser::Expression> res(ZRCola::DecompParser(trans.src.str).Parse());
} catch (...) {
}
// Add translation to temporary database.
auto const t = db_temp1.find(trans.dst.str);
if (t != db_temp1.end())