summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-08-29 12:52:19 +0300
committerLars Wirzenius <liw@liw.fi>2015-08-29 12:52:19 +0300
commitfe4a8d0d2c8410015696143b3317e13b221a9bc2 (patch)
tree6544d59089c61793270af1b7df6e953868b99239
parent9e8278e91a1a36339b63bdf58dc0c573eda19f16 (diff)
downloadobnam-fe4a8d0d2c8410015696143b3317e13b221a9bc2.tar.gz
Drop dead code
-rw-r--r--obnamlib/plugins/show_plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plugin.py
index 1063302d..2e942f03 100644
--- a/obnamlib/plugins/show_plugin.py
+++ b/obnamlib/plugins/show_plugin.py
@@ -147,8 +147,6 @@ class ShowPlugin(obnamlib.ObnamPlugin):
for gen_id in self.repo.get_client_generation_ids(client_name):
start = self.repo.get_generation_key(
gen_id, obnamlib.REPO_GENERATION_STARTED)
- end = self.repo.get_generation_key(
- gen_id, obnamlib.REPO_GENERATION_ENDED)
if most_recent is None or start > most_recent:
most_recent = start
self.repo.close()