diff options
Diffstat (limited to 'data.c')
| -rw-r--r-- | data.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -2399,8 +2399,7 @@ xs_dict *dequeue(const char *fn) | |||
| 2399 | { | 2399 | { |
| 2400 | xs_dict *obj = queue_get(fn); | 2400 | xs_dict *obj = queue_get(fn); |
| 2401 | 2401 | ||
| 2402 | if (obj != NULL) | 2402 | unlink(fn); |
| 2403 | unlink(fn); | ||
| 2404 | 2403 | ||
| 2405 | return obj; | 2404 | return obj; |
| 2406 | } | 2405 | } |