data: cleaned up TokenLocation classes

* removed self assiged locationId
* show errors after parse again
This commit is contained in:
Eberhard Graether
2015-08-27 22:14:12 +02:00
parent 2044ff9723
commit 9bcf7d2f0f
14 changed files with 54 additions and 137 deletions
-2
View File
@@ -58,8 +58,6 @@ public:
bool isScopeTokenLocation() const;
private:
static Id s_locationId; // next free own id
const Id m_id; // own id
const Id m_tokenId;