mirror of https://github.com/ArduPilot/ardupilot
AP_Mount: remove virtual distructor from backend
This commit is contained in:
parent
b6d7601a55
commit
0975da6068
|
@ -34,9 +34,6 @@ public:
|
|||
_instance(instance)
|
||||
{}
|
||||
|
||||
// Virtual destructor
|
||||
virtual ~AP_Mount_Backend(void) {}
|
||||
|
||||
// init - performs any required initialisation for this instance
|
||||
virtual void init() = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue