From cb84d3e617975d172ec1be043810554bac09cb83 Mon Sep 17 00:00:00 2001 From: click Date: Thu, 6 May 2010 09:53:09 +0200 Subject: Cleanup : Remove postgreSQL-support (not used and has also been broken for a long time) --HG-- branch : trunk --- src/shared/Database/DatabaseMysql.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/shared/Database/DatabaseMysql.h') diff --git a/src/shared/Database/DatabaseMysql.h b/src/shared/Database/DatabaseMysql.h index 43462558498..cc88843fa1e 100644 --- a/src/shared/Database/DatabaseMysql.h +++ b/src/shared/Database/DatabaseMysql.h @@ -18,8 +18,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef DO_POSTGRESQL - #ifndef _DATABASEMYSQL_H #define _DATABASEMYSQL_H @@ -79,5 +77,4 @@ class DatabaseMysql : public Database bool _Query(const char *sql, MYSQL_RES **pResult, MYSQL_FIELD **pFields, uint64* pRowCount, uint32* pFieldCount); }; #endif -#endif -- cgit v1.2.3