[session] drop dead _current_cnx_id
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 18:53:06 +0200
changeset 9121 182c620c960b
parent 9120 fa513ac7a2a5
child 9122 1d109fb9c67c
[session] drop dead _current_cnx_id Not used anymore for a few commit.
server/session.py
--- a/server/session.py	Thu Jun 27 18:47:08 2013 +0200
+++ b/server/session.py	Thu Jun 27 18:53:06 2013 +0200
@@ -1425,14 +1425,6 @@
             self.set_cnx()
             return self.__threaddata.cnx
 
-    @property
-    def _current_cnx_id(self):
-        """TRANSITIONAL PURPOSE"""
-        try:
-            return self.__threaddata.cnx.transactionid
-        except AttributeError:
-            return None
-
     def get_option_value(self, option, foreid=None):
         return self.repo.get_option_value(option, foreid)