From 2d4bb7699e4dfe08a8a974ca2bad92fa81cb8b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20D=C3=A9fago?= Date: Fri, 13 Dec 2024 13:54:16 +0100 Subject: [PATCH] Remove dead code (#1103) --- fastlane/Fastfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index fe1df8e03..a34f2403e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -46,14 +46,6 @@ APP_IDENTIFIERS = { release: 'ch.srgssr.Pillarbox-demo' }.freeze -# -- Helpers - -def valid_float?(string) - true if Float string -rescue StandardError - false -end - # -- External configuration def api_key_filepath