Removed bloated translation feature support checks and replaced them with inline ones.

This commit is contained in:
2016-06-13 19:20:00 +02:00
parent 5d3496fa41
commit 22f294493e
2 changed files with 14 additions and 107 deletions

View File

@@ -24,8 +24,6 @@ class TranslatorASP
void translate() const;
private:
void checkSupport() const;
void translateDomain() const;
void translateTypes() const;
void translateConstants() const;