Remove unnecessary clause #700
Annotations
9 warnings
Run tests:
lib/orb/dsl/dsl.ex#L255
variable "left" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
lib/orb/dsl/dsl.ex#L255
variable "right" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/wasm_output_test.exs#L274
function do_wasm_type/2 is unused
|
Run tests:
test/wasm_output_test.exs#L266
function extract_wasm_section/2 is unused
|
Run tests:
test/wasm_output_test.exs#L262
function extract_wasm_sections/1 is unused
|
Run tests:
test/loop_test.exs#L206
variable "char" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/loop_test.exs#L420
variable "char" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/loop_test.exs#L369
variable "i" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Run tests:
test/loop_test.exs#L370
variable "j" is unused (if the variable is not meant to be used, prefix it with an underscore)
|
Loading