Skip to content

One seemingly unnecessary parameter is passed in the block parameters. #5995

Description

@alpha-netzilla

In the file lib/mruby/build/command.rb, two parameters, ext and compile, are passed in the parameter of the "each" method, but the latter appears to be unnecessary.

      source_exts.each do |ext, compile|

It seems that the compile is not actually used, only ext.

I wonder if this is correct.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions