diff options
Diffstat (limited to 'xs_json.h')
| -rw-r--r-- | xs_json.h | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -436,8 +436,6 @@ static xs_dict *_xs_json_load_object(FILE *f) | |||
| 436 | xs_dict *d = xs_dict_new(); | 436 | xs_dict *d = xs_dict_new(); |
| 437 | int c = 0; | 437 | int c = 0; |
| 438 | 438 | ||
| 439 | d = xs_dict_new(); | ||
| 440 | |||
| 441 | for (;;) { | 439 | for (;;) { |
| 442 | xs *k = NULL; | 440 | xs *k = NULL; |
| 443 | xs *v = NULL; | 441 | xs *v = NULL; |