From c7bc67df8d85a0b40b0c6874365e47d541d1884f Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 6 Apr 2015 17:50:38 -0700 Subject: remove commented code --- lib/ffi_yajl.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib') 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' -- cgit v1.2.1