summaryrefslogtreecommitdiff
path: root/obnam
diff options
context:
space:
mode:
authorLars Wirzenius <liw@gytha>2008-03-23 11:13:49 +0200
committerLars Wirzenius <liw@gytha>2008-03-23 11:13:49 +0200
commitba38b5393a8bb4bba0d46ab2fcb7b18a8484f4a3 (patch)
tree26e88f27b60f5bfa206e7667ccee50f44e06afd5 /obnam
parent6b33bdf4d2b1a62987d2a6dcd3cdcfc93f0a32aa (diff)
downloadobnam-ba38b5393a8bb4bba0d46ab2fcb7b18a8484f4a3.tar.gz
Remove now-unused create_object_from_component_list.
Diffstat (limited to 'obnam')
-rw-r--r--obnam/io.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/obnam/io.py b/obnam/io.py
index 261b52f3..9ca65250 100644
--- a/obnam/io.py
+++ b/obnam/io.py
@@ -87,11 +87,6 @@ class MissingBlock(obnam.ObnamException):
(block_id, object_id)
-def create_object_from_component_list(components):
- """Create a new object from a list of components"""
- return obnam.obj.StorageObject(components)
-
-
class ObjectCache:
def __init__(self, context):