Skip to content

Commit

Permalink
Remove mruby-io
Browse files Browse the repository at this point in the history
  • Loading branch information
jkutner committed Dec 3, 2015
1 parent e6a6aa7 commit 55934ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ MRuby::Gem::Specification.new('mjruby') do |spec|
spec.add_dependency 'mruby-env', :mgem => 'mruby-env'
spec.add_dependency 'mruby-dir', :mgem => 'mruby-dir'
spec.add_dependency 'mruby-string-ext', :core => 'mruby-string-ext'
spec.add_dependency 'mruby-io', :mgem => 'mruby-io'
spec.add_dependency 'mruby-jvm', :github => 'jkutner/mruby-jvm'
end
1 change: 0 additions & 1 deletion src/jruby_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "mruby/class.h"
#include "mruby/data.h"
#include "mruby/string.h"
#include "mruby/ext/io.h"

#if defined(_WIN32) || defined(_WIN64)
#include <windows.h>
Expand Down

0 comments on commit 55934ba

Please sign in to comment.