migration no longer eats memory
[quassel.git] / src / core / postgresqlstorage.h
index 16fc1c8..af8aa9c 100644 (file)
@@ -178,10 +178,4 @@ private:
   };
 };
 
-inline AbstractSqlMigrationWriter *PostgreSqlStorage::createMigrationWriter() {
-  return new PostgreSqlMigrationWriter();
-}
-
-
-
 #endif