diff --git a/fdroidserver/deploy.py b/fdroidserver/deploy.py index e0c61363..0b90e024 100644 --- a/fdroidserver/deploy.py +++ b/fdroidserver/deploy.py @@ -98,7 +98,6 @@ def _get_index_includes(base_dir): def _remove_missing_files(files: List[str]) -> List[str]: """Remove files that are missing from the file system.""" - existing = [] for f in files: if os.path.exists(f):