Commit 55fa7373 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1079 from mattn/remove_unused_n

Remove unused variable
parents b23cf096 38789c42
......@@ -375,7 +375,6 @@ error_exit:
int32_t
mrb_read_irep_file(mrb_state *mrb, FILE* fp)
{
size_t n;
int result;
int32_t total_nirep = 0;
uint8_t *buf;
......
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