Skip to content

Commit 2bd7e80

Browse files
committed
cargo: Drop commented code
1 parent 6c9967c commit 2bd7e80

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cargo/flatpak-cargo-generator.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -399,16 +399,6 @@ async def generate_sources(
399399
cargo_lock: _TomlType,
400400
git_tarballs: bool = False,
401401
) -> List[_FlatpakSourceType]:
402-
# {
403-
# "git-repo-url": {
404-
# "lock": asyncio.Lock(),
405-
# "commits": {
406-
# "commit-hash": {
407-
# "package-name": "./relative/package/path"
408-
# }
409-
# }
410-
# }
411-
# }
412402
git_repos: _GitReposType = {}
413403
sources: List[_FlatpakSourceType] = []
414404
package_sources = []

0 commit comments

Comments
 (0)