summaryrefslogtreecommitdiff
path: root/subplot/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/client.py')
-rw-r--r--subplot/client.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/subplot/client.py b/subplot/client.py
index 966324e..90642f3 100644
--- a/subplot/client.py
+++ b/subplot/client.py
@@ -35,10 +35,6 @@ def run_obnam_restore(ctx, filename=None, genid=None, todir=None):
run_obnam_restore_with_genref(ctx, filename=filename, genref=genid, todir=todir)
-def run_obnam_restore_latest(ctx, filename=None, todir=None):
- run_obnam_restore_with_genref(ctx, filename=filename, genref="latest", todir=todir)
-
-
def run_obnam_restore_with_genref(ctx, filename=None, genref=None, todir=None):
runcmd_run = globals()["runcmd_run"]