Commit 54419e66 authored by Jim Fulton's avatar Jim Fulton

Removed a duplicative interface.

parent 6fe7ef89
......@@ -877,24 +877,6 @@ class IStorageUndoable(IStorage):
# DB pass-through
class IStoragePackable(Interface):
def pack(t, referencesf):
"""Pack the storage
Pack and/or garbage-collect the storage. If the storage does
not support undo, then t is ignored. All records for objects
that are not reachable from the system root object as of time
t, or as of the current time, if undo is not supported, are
removed from the storage.
A storage implementation may treat this method as ano-op. A
storage implementation may also delay packing and return
immediately. Storage documentation should define the behavior
of this method.
"""
# Called by DB
class IStorageCurrentRecordIteration(IStorage):
def record_iternext(next=None):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment