diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-05 20:31:29 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-05 20:31:47 +0200 |
commit | c04c2114d9159646dddd4807d026c9fee6953817 (patch) | |
tree | 27c9530336ed5cc6652ee6147ff175875e4c6a64 /connectivity | |
parent | a76dac1fb62823c357ad8f2bd789483b7ea7badd (diff) |
Remove unused macros
Change-Id: I184a7f9c65dd762407b2431d9c6557e718b954b2
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_connection.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx b/connectivity/source/drivers/postgresql/pq_connection.hxx index 1ff8a1aa7712..bf356887a9a6 100644 --- a/connectivity/source/drivers/postgresql/pq_connection.hxx +++ b/connectivity/source/drivers/postgresql/pq_connection.hxx @@ -59,11 +59,8 @@ #define _PQ_CONNECTION_HXX_ #include <boost/unordered_map.hpp> #include <com/sun/star/uno/XComponentContext.hpp> - #include <com/sun/star/lang/XInitialization.hpp> - #include <com/sun/star/script/XTypeConverter.hpp> - #include <com/sun/star/sdbc/XWarningsSupplier.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbcx/XUsersSupplier.hpp> @@ -87,10 +84,8 @@ namespace pq_sdbc_driver { #ifdef POSTGRE_TRACE #define POSTGRE_TRACE( x ) printf( "%s\n" , x ) -#define POSTGRE_TRACE_1( x ,y) printf( "%s %s\n" , x ,y ) #else #define POSTGRE_TRACE(x) ((void)0) -#define POSTGRE_TRACE_1(x,y) ((void)0) #endif class RefCountedMutex : public salhelper::SimpleReferenceObject |