diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-31 19:50:39 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-31 19:50:39 +0900 |
| commit | 00c6022cd7c784c6161780303aa217912ffdfedb (patch) | |
| tree | f172b05627a48dc2ebe12da585760c0dbfeeec85 /src/load.c | |
| parent | 5a67f22d1c2a5f2dd5af1c8580ecc97bcfabc5fc (diff) | |
| download | mruby-00c6022cd7c784c6161780303aa217912ffdfedb.tar.gz mruby-00c6022cd7c784c6161780303aa217912ffdfedb.zip | |
remove unused variable
Diffstat (limited to 'src/load.c')
| -rw-r--r-- | src/load.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/load.c b/src/load.c index 28f52433a..c0684f1aa 100644 --- a/src/load.c +++ b/src/load.c @@ -336,7 +336,6 @@ read_rite_irep_record(mrb_state *mrb, unsigned char *src, mrb_irep *irep, uint32 uint16_t crc, tt, pdl, snl, offset, bufsize=MRB_DUMP_DEFAULT_STR_LEN; mrb_int fix_num; mrb_float f; - mrb_value str; int ai = mrb_gc_arena_save(mrb); recordStart = src; |
