diff options
| author | Patrick Hogan <[email protected]> | 2012-04-25 18:25:50 -0500 |
|---|---|---|
| committer | Patrick Hogan <[email protected]> | 2012-04-26 08:36:32 -0500 |
| commit | f9647592ef940271ff2c45ef2c1e42989646cdb7 (patch) | |
| tree | 194bd458de5494cd6ad9d7e54c54a908937f6019 /include | |
| parent | 27cfbbe43add267129a6a690c1603ca72a4d06f2 (diff) | |
| download | mruby-f9647592ef940271ff2c45ef2c1e42989646cdb7.tar.gz mruby-f9647592ef940271ff2c45ef2c1e42989646cdb7.zip | |
Remove unused variable in khash
Signed-off-by: Patrick Hogan <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/khash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/khash.h b/include/mruby/khash.h index 173f5d20d..6f369a455 100644 --- a/include/mruby/khash.h +++ b/include/mruby/khash.h @@ -108,7 +108,6 @@ static uint8_t __m[8] = {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80}; while( new_n_buckets < limit ) new_n_buckets *= 2; \ } \ uint8_t *old_e_flags = h->e_flags; \ - uint8_t *old_d_flags = h->d_flags; \ khkey_t *old_keys = h->keys; \ khval_t *old_vals = h->vals; \ khint_t old_n_buckets = h->n_buckets; \ |
