-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop bridge use by InMemoryDatastore.
InMemoryDatastore used ephemeral bridge which uses in-memory data to track references. Copied its trivial logic into InMemoryDatastore, in reality only trash-tracking data was added, as InMemoryDatastore already tracks datasets itself. Dropped few abstract methods from GenericDatastore, they are not used in the same form by subclasses. The `removeStoredItemInfo` method is defined in two subclasses, it is used by `test_butler` but not needed otherwise.
- Loading branch information
Showing
3 changed files
with
163 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.