mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
When an app does not implement module setup() method, trying to get setup version automatically results in App being updated to latest version. This optimization seems hardly used and does not work when setup() is moved to App from module level. Remove it. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>