modernize: Use '= default' instead of empty ctor/dtor bodies
[quassel.git] / src / core / sqlauthenticator.cpp
index 201fd95..969f2d0 100644 (file)
@@ -32,11 +32,6 @@ SqlAuthenticator::SqlAuthenticator(QObject *parent)
 }
 
 
-SqlAuthenticator::~SqlAuthenticator()
-{
-}
-
-
 bool SqlAuthenticator::isAvailable() const
 {
     // FIXME: probably this should query the current storage (see the ::init routine too).