aboutsummaryrefslogtreecommitdiff
path: root/src/database-postgresql.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/database-postgresql.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/database-postgresql.cpp b/src/database-postgresql.cpp
index a6b62bad5..ac25afd48 100644
--- a/src/database-postgresql.cpp
+++ b/src/database-postgresql.cpp
@@ -43,9 +43,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "remoteplayer.h"
Database_PostgreSQL::Database_PostgreSQL(const std::string &connect_string) :
- m_connect_string(connect_string),
- m_conn(NULL),
- m_pgversion(0)
+ m_connect_string(connect_string)
{
if (m_connect_string.empty()) {
throw SettingNotFoundException(