summaryrefslogtreecommitdiff
path: root/src/ipa/rpi
diff options
context:
space:
mode:
authorBarnabás Pőcze <pobrn@protonmail.com>2023-12-09 02:22:28 +0000
committerKieran Bingham <kieran.bingham@ideasonboard.com>2024-01-09 15:39:04 +0000
commitb1b798ef68ea84b02e986b8463442f3fad2ce269 (patch)
tree072fed3c165ba767ab24bc7a119a3d2101ab2376 /src/ipa/rpi
parent3d45b9ad9aefd4b1e702f89febe4aa6e6d3e2b9c (diff)
libcamera: framebuffer_allocator: Remove unnecessary `clear()`
The vector in question is destroyed when the item in the `buffers_` map is destroyed as a result of the `erase()` call. A vector's destructor already does all the things that `clear()` does, so calling it earlier is not needed. Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/ipa/rpi')
0 files changed, 0 insertions, 0 deletions