Skip to content

Commit 9aacefc

Browse files
author
Charlie Savage
committed
Remove dependency on dl which causes warning in Ruby 2.0.0
1 parent 2f1aa33 commit 9aacefc

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

lib/libxslt.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# encoding: UTF-8
22

3-
# First make sure dl is loaded, we use that
4-
# to access the libxml bindings
5-
require 'dl'
6-
7-
# Next load the libxml bindings
3+
# Load the libxml bindings
84
require 'libxml'
95

106
# Load the C-based binding.

0 commit comments

Comments
 (0)