aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-10-03 09:57:04 -0400
committerJack Lloyd <[email protected]>2017-10-03 09:57:04 -0400
commit26517eb98af4c3bb1faf38653ab55ae0956578eb (patch)
tree61ebd8ee9568369a4f2e6ff1806d47213f20032d /src/tests/tests.h
parent698f78182485587b6aa7773a43beac9033064e89 (diff)
Avoid empty methods, use =default or add a comment
Sonar
Diffstat (limited to 'src/tests/tests.h')
-rw-r--r--src/tests/tests.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/tests.h b/src/tests/tests.h
index 4a32cc417..d8573444a 100644
--- a/src/tests/tests.h
+++ b/src/tests/tests.h
@@ -50,7 +50,6 @@ class Test_Error final : public Botan::Exception
class Provider_Filter final
{
public:
- Provider_Filter() {}
void set(const std::string& provider) { m_provider = provider; }
std::vector<std::string> filter(const std::vector<std::string>&) const;
private: