Commit 03f599ed authored by Arnaud Fontaine's avatar Arnaud Fontaine

Base: Remove class attributes unused since Portal Type as classes (d02ba206).

parent 75b19aad
......@@ -752,11 +752,6 @@ class Base(
isDocument = ConstantGetter('isDocument', value=False)
isTempDocument = ConstantGetter('isTempDocument', value=False)
# Dynamic method acquisition system (code generation)
aq_method_generated = set()
aq_method_generating = []
aq_portal_type = {}
aq_related_generated = 0
# These sets are generated when dynamically making a portal type class to
# short-cut guarded_getattr in edit/getProperty. For classes that are not
# dynamically generated from portal type, we always check security.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment