summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-12-10 09:43:39 +0000
committerLars Wirzenius <liw@liw.fi>2010-12-10 09:43:39 +0000
commit1b3e4c946c131a2f38994794c9441ea6c67f59b1 (patch)
tree62d376c6a71452af590154d238190b452bbc886c
parent5508c97750299327b5ea01550c5e58ac8bcd31aa (diff)
downloadobnam-1b3e4c946c131a2f38994794c9441ea6c67f59b1.tar.gz
Remove now-useless NodeStoreVfs.listdir method.
-rw-r--r--obnamlib/nodestorevfs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/obnamlib/nodestorevfs.py b/obnamlib/nodestorevfs.py
index 663131c2..c94ea020 100644
--- a/obnamlib/nodestorevfs.py
+++ b/obnamlib/nodestorevfs.py
@@ -45,6 +45,3 @@ class NodeStoreVfs(btree.NodeStoreDisk):
def remove_file(self, filename):
self.fs.remove(filename)
- def listdir(self, dirname):
- return self.fs.listdir(dirname)
-