From 5ba870158e84fbc2e89c908e3f99072a7f707816 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 3 May 2017 12:36:15 +0200 Subject: [PATCH] Decomposition syntax validation temporary removed --- ZRColaCompile/main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ZRColaCompile/main.cpp b/ZRColaCompile/main.cpp index 5fa169b..aec25bb 100644 --- a/ZRColaCompile/main.cpp +++ b/ZRColaCompile/main.cpp @@ -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 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())