diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/storage/image-manager/root.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storage/image-manager/root.zig b/src/storage/image-manager/root.zig index c99ac00..efc216f 100644 --- a/src/storage/image-manager/root.zig +++ b/src/storage/image-manager/root.zig @@ -130,7 +130,6 @@ pub fn delete(self: *Self, storage: *Storage, id: []const u8) !void { storage.allocator.destroy(c); } else if (c.index == old_index) { c.index = idx; - break; } current = c.next(); |