mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-27 09:08:12 -05:00
Avoid shadowing variables that are already declared in a previous scope, and make such occurrences compile-time errors. These are not functional changes. In a few places do related code cleanup. A similar ostree PR is here: https://github.com/ostreedev/ostree/pull/2195