Remove unused @endian in MRuby::CrossBuild#initialize

This commit is contained in:
KOBAYASHI Shuji
2020-12-05 19:52:07 +09:00
parent 6e5a0f623f
commit 07668b067b
-1
View File
@@ -402,7 +402,6 @@ EOS
conf.disable_libmruby
end
end
@endian = nil
@test_runner = Command::CrossTestRunner.new(self)
super
end