{"id":12944,"url":"https://patchwork.libcamera.org/api/1.1/patches/12944/?format=json","web_url":"https://patchwork.libcamera.org/patch/12944/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20210714090659.48758-1-jeanmichel.hautbois@ideasonboard.com>","date":"2021-07-14T09:06:59","name":"[libcamera-devel] ipa: raspberrypi: Remove unused MetadataPtr","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"1ccf6a20e00c5edf9dd175f260768c7f88e13eba","submitter":{"id":75,"url":"https://patchwork.libcamera.org/api/1.1/people/75/?format=json","name":"Jean-Michel Hautbois","email":"jeanmichel.hautbois@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/12944/mbox/","series":[{"id":2230,"url":"https://patchwork.libcamera.org/api/1.1/series/2230/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=2230","date":"2021-07-14T09:06:59","name":"[libcamera-devel] ipa: raspberrypi: Remove unused MetadataPtr","version":1,"mbox":"https://patchwork.libcamera.org/series/2230/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/12944/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/12944/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 8DA0CC3226\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 14 Jul 2021 09:07:05 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id D170168525;\n\tWed, 14 Jul 2021 11:07:04 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8DFDE60282\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 14 Jul 2021 11:07:03 +0200 (CEST)","from tatooine.ideasonboard.com (unknown\n\t[IPv6:2a01:e0a:169:7140:e67c:9465:36df:f139])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 140E2CC;\n\tWed, 14 Jul 2021 11:07:03 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"QOIoJO+C\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1626253623;\n\tbh=RpfY10J4tgJPx4nz6pCGKcsLHZr7/gZY6hHzolasQGE=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=QOIoJO+CIfrDcuTDQA7Xzf8ytWUffLUkQWyVbTOxqsVeTdCM4r+GhQP5/DgAcEPM5\n\t21LFh963MAlZ8flzn3hPq2DaonWV6CSYxqkrFjEU0noW88S54ifVabuadQv1ROqqbH\n\tXwl6y0AL771+b8tS/PIlMvOkETmzWrAgGPClHT5g=","From":"Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed, 14 Jul 2021 11:06:59 +0200","Message-Id":"<20210714090659.48758-1-jeanmichel.hautbois@ideasonboard.com>","X-Mailer":"git-send-email 2.30.2","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] ipa: raspberrypi: Remove unused\n\tMetadataPtr","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The Metadata class defines a shared_ptr named MetadataPtr.  It is not\nused anywhere in the source code, so remove it.\n\nSigned-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com>\n---\n src/ipa/raspberrypi/controller/metadata.hpp | 2 --\n 1 file changed, 2 deletions(-)","diff":"diff --git a/src/ipa/raspberrypi/controller/metadata.hpp b/src/ipa/raspberrypi/controller/metadata.hpp\nindex fd6aac88..4b2b4ca3 100644\n--- a/src/ipa/raspberrypi/controller/metadata.hpp\n+++ b/src/ipa/raspberrypi/controller/metadata.hpp\n@@ -108,6 +108,4 @@ private:\n \tstd::map<std::string, std::any> data_;\n };\n \n-typedef std::shared_ptr<Metadata> MetadataPtr;\n-\n } // namespace RPiController\n","prefixes":["libcamera-devel"]}