Log Message:
-----------
gcc fix

Modified Files:
--------------
    pgadmin3/src/db:
        pgConn.cpp (r1.58 -> r1.59)

Index: pgConn.cpp
===================================================================
RCS file: /projects/pgadmin3/src/db/pgConn.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -Lsrc/db/pgConn.cpp -Lsrc/db/pgConn.cpp -u -w -r1.58 -r1.59
--- src/db/pgConn.cpp
+++ src/db/pgConn.cpp
@@ -138,8 +138,6 @@
     // Open the connection
     wxLogInfo(wxT("Opening connection with connection string: %s"), connstr.c_str());
 
-    bool connectAscii=false;
-
 #if wxUSE_UNICODE
     conn = PQconnectdb(connstr.mb_str(wxConvUTF8));
     if (PQstatus(conn) != CONNECTION_OK)
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to