diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-11-14 17:01:37 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-14 17:01:37 +0900 |
| commit | 8398020d0a6d9052a890acbbfba0f063adada79f (patch) | |
| tree | 40a7b7359d4008647f94a0de512d670e0f9a39b8 | |
| parent | 69dbe8cfa5537a820f462a21d45a16abc797ab3c (diff) | |
| parent | 08df172e910dc6806e26b498921a013d7714d05e (diff) | |
| download | mruby-8398020d0a6d9052a890acbbfba0f063adada79f.tar.gz mruby-8398020d0a6d9052a890acbbfba0f063adada79f.zip | |
Merge pull request #5131 from shuujii/remove-unused-constant-in-lib-mruby-build-command.rb
Remove unused constant in `lib/mruby/build/command.rb`
| -rw-r--r-- | lib/mruby/build/command.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mruby/build/command.rb b/lib/mruby/build/command.rb index f8dddd5b1..854346a7e 100644 --- a/lib/mruby/build/command.rb +++ b/lib/mruby/build/command.rb @@ -32,8 +32,6 @@ module MRuby end end - NotFoundCommands = {} - private def _run(options, params={}) sh "#{build.filename(command)} #{options % params}" |
