Remove synchrnized and persistent attributes.

Code that was used by them is still there.
This commit is contained in:
Johanna Amann 2019-05-02 13:02:38 -07:00
parent 5d44735209
commit 61c84a0a40
9 changed files with 4 additions and 90 deletions

View file

@ -438,8 +438,6 @@ void Attributes::CheckAttr(Attr* a)
}
break;
case ATTR_PERSISTENT:
case ATTR_SYNCHRONIZED:
case ATTR_TRACKED:
// FIXME: Check here for global ID?
break;