--- a/server/sources/__init__.py Thu Jun 27 09:18:39 2013 +0200
+++ b/server/sources/__init__.py Wed Jan 22 15:50:03 2014 +0100
@@ -232,13 +232,6 @@
"""open and return a connection to the source"""
raise NotImplementedError(self)
- def check_connection(self, cnx):
- """Check connection validity, return None if the connection is still
- valid else a new connection (called when the connections set using the
- given connection is being attached to a session). Do nothing by default.
- """
- pass
-
def close_source_connections(self):
for cnxset in self.repo.cnxsets:
cnxset.cu = None