From 4b5856533a27924b1beecc5f6dc13d3f843b5e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20S=C3=B6derlund?= Date: Wed, 28 May 2025 14:18:26 +0200 Subject: [PATCH] ipu3: cio2: Remove unused function definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The private function cio2BufferReady is defined but not implemented or used, remove it for the class definition. Signed-off-by: Niklas Söderlund Reviewed-by: Daniel Scally Reviewed-by: Laurent Pinchart Signed-off-by: Kieran Bingham --- src/libcamera/pipeline/ipu3/cio2.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcamera/pipeline/ipu3/cio2.h b/src/libcamera/pipeline/ipu3/cio2.h index 963c2f6b9..3aa3a1ca8 100644 --- a/src/libcamera/pipeline/ipu3/cio2.h +++ b/src/libcamera/pipeline/ipu3/cio2.h @@ -66,8 +66,6 @@ public: private: void freeBuffers(); - void cio2BufferReady(FrameBuffer *buffer); - std::unique_ptr sensor_; std::unique_ptr csi2_; std::unique_ptr output_;