Decomposition syntax validation temporary removed
This commit is contained in:
parent
a6693673a5
commit
5ba870158e
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user