Remove unused Extractor#extract_cashtags_with_indices
method (#30742)
This commit is contained in:
parent
d5f02adad7
commit
38c6825eda
2 changed files with 3 additions and 7 deletions
|
@ -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(':')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue