Unverified Commit 8398020d authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5131 from shuujii/remove-unused-constant-in-lib-mruby-build-command.rb

Remove unused constant in `lib/mruby/build/command.rb`
parents 69dbe8cf 08df172e
...@@ -32,8 +32,6 @@ module MRuby ...@@ -32,8 +32,6 @@ module MRuby
end end
end end
NotFoundCommands = {}
private private
def _run(options, params={}) def _run(options, params={})
sh "#{build.filename(command)} #{options % params}" sh "#{build.filename(command)} #{options % params}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment