Skip to content

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

@alpha-netzilla

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.

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