diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-12-05 19:52:07 +0900 |
|---|---|---|
| committer | KOBAYASHI Shuji <[email protected]> | 2020-12-05 19:52:07 +0900 |
| commit | 07668b067bb281ce845268de479ed05e33cf906b (patch) | |
| tree | 060423a37e61086febc1422ad2e81142038e4a68 /lib | |
| parent | 6e5a0f623fdc848339ce33091b7857c57ba238c7 (diff) | |
| download | mruby-07668b067bb281ce845268de479ed05e33cf906b.tar.gz mruby-07668b067bb281ce845268de479ed05e33cf906b.zip | |
Remove unused `@endian` in `MRuby::CrossBuild#initialize`
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/mruby/build.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/mruby/build.rb b/lib/mruby/build.rb index c4ed79fb1..63bc1f473 100644 --- a/lib/mruby/build.rb +++ b/lib/mruby/build.rb @@ -402,7 +402,6 @@ EOS conf.disable_libmruby end end - @endian = nil @test_runner = Command::CrossTestRunner.new(self) super end |
