cubicweb/server/session.py
changeset 11205 b050cf821ee5
parent 11204 71057a8bb19a
child 11206 6454ee8f2137
--- a/cubicweb/server/session.py	Wed Mar 16 11:39:24 2016 +0100
+++ b/cubicweb/server/session.py	Wed Jul 16 17:34:21 2014 +0200
@@ -251,7 +251,6 @@
     """
     is_request = False
     hooks_in_progress = False
-    is_repo_in_memory = True # bw compat
 
     def __init__(self, session):
         super(Connection, self).__init__(session.repo.vreg)