[session] drop dead _current_cnx_id
Not used anymore for a few commit.
--- 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)