diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py index 8fc3957a0dc7ffd64c1c0fc8679d191d2b4df006..a95e710916bdbb92dd6023d01ec8555568e0aa00 100644 --- a/product/ERP5Type/Base.py +++ b/product/ERP5Type/Base.py @@ -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.