mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
libcamera: Drop unneeded empty default constructors and destructors
A few default constructors and destructors are needlessly defined as empty. Drop them. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <email@uajain.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
ef10997b4a
commit
0c1f7da15e
2 changed files with 0 additions and 5 deletions
|
@ -38,7 +38,6 @@ template<typename... Args>
|
||||||
class Signal : public SignalBase
|
class Signal : public SignalBase
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
Signal() {}
|
|
||||||
~Signal()
|
~Signal()
|
||||||
{
|
{
|
||||||
disconnect();
|
disconnect();
|
||||||
|
|
|
@ -25,10 +25,6 @@ using namespace std;
|
||||||
*/
|
*/
|
||||||
class MediaDevicePrintTest : public Test
|
class MediaDevicePrintTest : public Test
|
||||||
{
|
{
|
||||||
public:
|
|
||||||
MediaDevicePrintTest() {}
|
|
||||||
~MediaDevicePrintTest() {}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
int init() { return 0; }
|
int init() { return 0; }
|
||||||
int run();
|
int run();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue