cubicweb/web/request.py
branch3.25
changeset 12127 078265f222e3
parent 12053 c3c9f2e1424c
child 12503 b01dd0ef43aa
--- a/cubicweb/web/request.py	Thu Mar 30 11:58:02 2017 +0200
+++ b/cubicweb/web/request.py	Thu Mar 30 11:59:01 2017 +0200
@@ -961,8 +961,6 @@
     entity_metas = _cnx_func('entity_metas')  # XXX deprecated
     entity_type = _cnx_func('entity_type')
     source_defs = _cnx_func('source_defs')
-    get_shared_data = _cnx_func('get_shared_data')
-    set_shared_data = _cnx_func('set_shared_data')
 
     # security #################################################################