Skip to content

Commit 8615c61

Browse files
committed
🔥 Drop unused SequenceSet private const
Also deleted redundant `private_const` argument
1 parent 950a992 commit 8615c61

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/net/imap/sequence_set.rb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,7 @@ class SequenceSet
282282

283283
# valid inputs for "*"
284284
STARS = [:*, ?*, -1].freeze
285-
private_constant :STAR_INT, :STARS
286-
287-
COERCIBLE = ->{ _1.respond_to? :to_sequence_set }
288-
private_constant :COERCIBLE
285+
private_constant :STARS
289286

290287
class << self
291288

0 commit comments

Comments
 (0)