summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-29 13:13:49 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-29 13:13:49 +0300
commit4ea215909eba75ed53ef4dc4cedef3a3d7af3f42 (patch)
tree741dd8dac8143fede76238aeb1ac0121213e5564
parent4fde0f2f77e0287cd4f719c9adebbb04e49621ee (diff)
downloadobnam-4ea215909eba75ed53ef4dc4cedef3a3d7af3f42.tar.gz
Drop dead code
-rw-r--r--obnamlib/plugins/fuse_plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/obnamlib/plugins/fuse_plugin.py b/obnamlib/plugins/fuse_plugin.py
index 848d4142..8c63bd44 100644
--- a/obnamlib/plugins/fuse_plugin.py
+++ b/obnamlib/plugins/fuse_plugin.py
@@ -250,8 +250,6 @@ class ObnamFuse(fuse.Fuse):
path = '/' + genspec
try:
genstat = self.get_stat_in_generation(path)
- start = self.obnam.repo.get_generation_key(
- gen, obnamlib.REPO_GENERATION_STARTED)
end = self.obnam.repo.get_generation_key(
gen, obnamlib.REPO_GENERATION_ENDED)
genstat.st_ctime = genstat.st_mtime = end