AP_WindVane: remove destructor

This commit is contained in:
Randy Mackay 2018-09-28 09:10:48 +09:00
parent 743ef9dfe6
commit 7519a28e8c
2 changed files with 0 additions and 7 deletions

View File

@ -122,10 +122,6 @@ AP_WindVane::AP_WindVane()
_singleton = this;
}
AP_WindVane::~AP_WindVane()
{
}
/*
* Get the AP_WindVane singleton
*/

View File

@ -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