# HG changeset patch # User Pierre-Yves David # Date 1372351986 -7200 # Node ID 182c620c960be5fdb8d7f0421b127bc395d7e01a # Parent fa513ac7a2a5c7dc60a4fa16f3a77cb1ed541f16 [session] drop dead _current_cnx_id Not used anymore for a few commit. diff -r fa513ac7a2a5 -r 182c620c960b 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)