mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-19 18:35:07 +03:00
ipa: raspberrypi: Remove unused MetadataPtr
The Metadata class defines a shared_ptr named MetadataPtr. It is not used anywhere in the source code, so remove it. Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Naushir Patuck <naush@raspberrypi.com>
This commit is contained in:
parent
eb9a539938
commit
35e23837fa
1 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
||||||
|
|
||||||
#include <any>
|
#include <any>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <memory>
|
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
@ -108,6 +107,4 @@ private:
|
||||||
std::map<std::string, std::any> data_;
|
std::map<std::string, std::any> data_;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef std::shared_ptr<Metadata> MetadataPtr;
|
|
||||||
|
|
||||||
} // namespace RPiController
|
} // namespace RPiController
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue