Skip to content

Commit

Permalink
Merge pull request #23 from koic/remove_useless_require_ostruct
Browse files Browse the repository at this point in the history
Suppress a Ruby 3.3's warning
  • Loading branch information
djberg96 authored Sep 9, 2024
2 parents 4d141f7 + 7904c37 commit 6504f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sys/unix/uname.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'ffi'
require 'rbconfig'
require 'ostruct'

# The Sys module serves as a namespace only.
module Sys
Expand Down

0 comments on commit 6504f1f

Please sign in to comment.