diff --git a/src/fsfw/tmstorage/TmStoreFrontendSimpleIF.h b/src/fsfw/tmstorage/TmStoreFrontendSimpleIF.h index 1c2596da..2b23b281 100644 --- a/src/fsfw/tmstorage/TmStoreFrontendSimpleIF.h +++ b/src/fsfw/tmstorage/TmStoreFrontendSimpleIF.h @@ -7,8 +7,8 @@ class TmStoreFrontendSimpleIF { public: virtual ~TmStoreFrontendSimpleIF() = default; - private: virtual MessageQueueId_t getCommandQueue() const = 0; + private: }; #endif /* FSFW_SRC_FSFW_TMSTORAGE_TMSTOREBACKENDSIMPLEIF_H_ */