Remove unused code now that the deprecated file was removed

This commit is contained in:
Rafael Mendonça França 2017-02-07 15:07:15 -03:00
parent 90fb779873
commit 6599e07674
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948

@ -1,4 +1,3 @@
DEPRECATED_FILES = ["#{File.dirname(__FILE__)}/core_ext/struct.rb"]
(Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"] - DEPRECATED_FILES).each do |path|
(Dir["#{File.dirname(__FILE__)}/core_ext/*.rb"]).each do |path|
require path
end