summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:26:57 +0200
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-04-08 13:26:57 +0200
commit0e1d1282067419f2d70502ec26d40914fc58782d (patch)
tree9d20f982d4db78ecd3ec9e855e5a1fd3f99702a4 /connectivity
parentceceffb2a094d844dc58dbd2e9f35a5f0d3c8893 (diff)
Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler used in the 2000-2001 timeframe.
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/file/FResultSet.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/file/FResultSet.cxx b/connectivity/source/drivers/file/FResultSet.cxx
index 5ad8ed3356e7..b0e774d9f9a5 100644
--- a/connectivity/source/drivers/file/FResultSet.cxx
+++ b/connectivity/source/drivers/file/FResultSet.cxx
@@ -28,7 +28,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_connectivity.hxx"
-#include <limits> // included here to prevent problems if compiling with C52
#ifdef GCC
#include <iostream>