Skip to content

Commit 788f371

Browse files
authored
GH-47404: [Ruby] Remove needless require "extpp/setup" (#47405)
### Rationale for this change It's no longer needed with recent extpp. ### What changes are included in this PR? Remove needless `require "extpp/setup"`. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #47404 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent d9f36a1 commit 788f371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruby/red-arrow/lib/arrow/ruby.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
require "extpp/setup"
1918
require "gio2"
2019

2120
require_relative "loader"

0 commit comments

Comments
 (0)