Skip to content

Commit

Permalink
Remove unused require
Browse files Browse the repository at this point in the history
`concurrent/atomic/atomic_fixnum` was added by 2708b78.
But, `Concurrent::AtomicFixnum` removed by b7b14b7.
  • Loading branch information
y-yagi authored and djmb committed Oct 22, 2024
1 parent be845a6 commit e6bbc4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/solid_cache/store/expiry.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require "concurrent/atomic/atomic_fixnum"

module SolidCache
class Store
module Expiry
Expand Down

0 comments on commit e6bbc4e

Please sign in to comment.