Remove unused variables

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-04-18 10:52:26 -04:00
parent 52519c8c34
commit 33734d31fd
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -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))