From 830cbe3b4d265bcf3302aa98f25f2a328fa65c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20De=CC=81fago?= Date: Fri, 13 Dec 2024 10:22:03 +0100 Subject: [PATCH] Remove dead code --- 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