From 33734d31fdb264ffda78764ef85bd6cb1c0993bb Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Wed, 18 Apr 2018 10:52:26 -0400 Subject: [PATCH] Remove unused variables Signed-off-by: Vladimir Diaz --- tuf/scripts/repo.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tuf/scripts/repo.py b/tuf/scripts/repo.py index 44610c65..9a86e585 100755 --- a/tuf/scripts/repo.py +++ b/tuf/scripts/repo.py @@ -700,9 +700,6 @@ def add_targets(parsed_arguments): def remove_targets(parsed_arguments): - target_paths = os.path.join(parsed_arguments.remove) - - repo_targets_path = os.path.join(parsed_arguments.path, REPO_DIR, 'targets') repository = repo_tool.load_repository( os.path.join(parsed_arguments.path, REPO_DIR))