From 4b08af4022a86142c9c8626561a2fc063df0ff99 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 4 Sep 2018 21:56:46 +0100 Subject: [PATCH] Remove unnecessary GetLowercasedName() impl --- src/tests/api/internals/plugin_test.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/tests/api/internals/plugin_test.h b/src/tests/api/internals/plugin_test.h index 17b2325a..e02cf1f7 100644 --- a/src/tests/api/internals/plugin_test.h +++ b/src/tests/api/internals/plugin_test.h @@ -125,7 +125,6 @@ private: class OtherPluginType : public PluginInterface { public: std::string GetName() const { return ""; } - std::string GetLowercasedName() const { return ""; } std::optional GetVersion() const { return std::nullopt; } std::vector GetMasters() const { return std::vector();