test: Add build system support and a main function for unit tests
[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).