summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ffi_yajl.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ffi_yajl.rb b/lib/ffi_yajl.rb
index 1787766..5edc4f6 100644
--- a/lib/ffi_yajl.rb
+++ b/lib/ffi_yajl.rb
@@ -19,10 +19,6 @@ elsif ENV['FORCE_FFI_YAJL'] == "ffi"
require 'ffi_yajl/ffi'
elsif RUBY_PLATFORM == "java"
require 'ffi_yajl/ffi'
-#elsif defined?(Yajl)
-# warn "the ffi-yajl and yajl-ruby gems have incompatible C libyajl libs and should not be loaded in the same Ruby VM"
-# warn "falling back to ffi which might work (or might not, no promises)"
-# require 'ffi_yajl/ffi'
else
begin
require 'ffi_yajl/ext'