mirror of https://github.com/ArduPilot/ardupilot
AP_WindVane: remove destructor
This commit is contained in:
parent
743ef9dfe6
commit
7519a28e8c
|
@ -122,10 +122,6 @@ AP_WindVane::AP_WindVane()
|
|||
_singleton = this;
|
||||
}
|
||||
|
||||
AP_WindVane::~AP_WindVane()
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* Get the AP_WindVane singleton
|
||||
*/
|
||||
|
|
|
@ -38,9 +38,6 @@ public:
|
|||
AP_WindVane(const AP_WindVane &other) = delete;
|
||||
AP_WindVane &operator=(const AP_WindVane&) = delete;
|
||||
|
||||
// destructor
|
||||
~AP_WindVane();
|
||||
|
||||
static AP_WindVane *get_singleton();
|
||||
|
||||
// return true if wind vane is enabled
|
||||
|
|
Loading…
Reference in New Issue