From 0975da606867626415d7e643619585a4741f9b0b Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 31 May 2022 11:45:38 +0900 Subject: [PATCH] AP_Mount: remove virtual distructor from backend --- libraries/AP_Mount/AP_Mount_Backend.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/AP_Mount/AP_Mount_Backend.h b/libraries/AP_Mount/AP_Mount_Backend.h index e657da20b0..87f63fc5f1 100644 --- a/libraries/AP_Mount/AP_Mount_Backend.h +++ b/libraries/AP_Mount/AP_Mount_Backend.h @@ -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;