Skip to content

Commit

Permalink
Remove dead code (#1103)
Browse files Browse the repository at this point in the history
  • Loading branch information
defagos authored Dec 13, 2024
1 parent f1c5581 commit 2d4bb76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d4bb76

Please sign in to comment.