Made SAS translator output format contain less IDs.

This commit is contained in:
2016-05-24 01:42:15 +02:00
parent 3a2dfd97b8
commit bf6300f36b
4 changed files with 36 additions and 72 deletions

View File

@@ -24,8 +24,6 @@ class TranslatorASP
void translate(std::ostream &ostream) const;
private:
void checkSupport() const;
const Description &m_description;
};