Remove unused Extractor#extract_cashtags_with_indices method (#30742)

This commit is contained in:
Matt Jankowski 2024-06-18 08:16:16 -04:00 committed by GitHub
parent d5f02adad7
commit 38c6825eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View file

@ -86,10 +86,6 @@ module Extractor
possible_entries
end
def extract_cashtags_with_indices(_text)
[]
end
def extract_extra_uris_with_indices(text)
return [] unless text&.index(':')