summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/interfaces/database.py')
-rw-r--r--src/mailman/interfaces/database.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mailman/interfaces/database.py b/src/mailman/interfaces/database.py
index 2cf56e800..19f1d95f0 100644
--- a/src/mailman/interfaces/database.py
+++ b/src/mailman/interfaces/database.py
@@ -84,8 +84,5 @@ class IDatabase(Interface):
def abort():
"""Abort the current transaction."""
- message_store = Attribute(
- """The IMessageStore instance provided by the database layer.""")
-
pendings = Attribute(
"""The IPending instance provided by the database layer.""")