summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 10:23:35 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 11:15:56 +0100
commitc2c9e3969c0421bdbb71d314af928260e1ba4fb4 (patch)
tree6a723ade65740df580579bd62da96527e4ae0863 /mysqlc
parent396248a6bf276693619b319ee0efe5f21cde1d3e (diff)
USE_CPP_CONN is unused
...ever since 4946c62f2943dfb3466cc4214a9c8ccd922669b5 "mysqlconnector: initial import from CWS mysqlnative" Change-Id: I787d2ac5e48be307f47e41ecac907c36b07a92ea
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_statement.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysqlc/source/mysqlc_statement.cxx b/mysqlc/source/mysqlc_statement.cxx
index ed8826e9571f..a95255968e05 100644
--- a/mysqlc/source/mysqlc_statement.cxx
+++ b/mysqlc/source/mysqlc_statement.cxx
@@ -35,8 +35,6 @@
#include <osl/diagnose.h>
#include <osl/thread.h>
-#define USE_CPP_CONN 1
-
using namespace connectivity::mysqlc;
//------------------------------------------------------------------------------
using namespace com::sun::star::uno;