summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-09-11 16:47:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-09-11 22:38:50 +0200
commit50921d122399d669a2c401b8d26d90a0c7e14d14 (patch)
treeb53df70026fd0bafc88eb0ed3a909e77059aa76c /connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
parentaaa3c31ba79b1b3d335dcf55d72837a13411b45e (diff)
-Werror,-Wunused-macros (clang-cl)
Change-Id: I53b736d8b243f6e9da09856e0729b8702c4167d2 Reviewed-on: https://gerrit.libreoffice.org/60323 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx')
-rw-r--r--connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
index 358a2ca100d8..1aa1a337b3b7 100644
--- a/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
+++ b/connectivity/source/drivers/mysqlc/mysqlc_preparedstatement.cxx
@@ -32,10 +32,6 @@
#include <stdio.h>
-#ifdef _MSC_VER
-#define snprintf _snprintf
-#endif
-
using namespace connectivity::mysqlc;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;