aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/thread/thread.pgc
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/ecpg/test/thread/thread.pgc')
-rw-r--r--src/interfaces/ecpg/test/thread/thread.pgc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interfaces/ecpg/test/thread/thread.pgc b/src/interfaces/ecpg/test/thread/thread.pgc
index ae6b229962b..0e3217ce63c 100644
--- a/src/interfaces/ecpg/test/thread/thread.pgc
+++ b/src/interfaces/ecpg/test/thread/thread.pgc
@@ -104,12 +104,6 @@ void *test_thread(void *arg)
char l_connection[128];
EXEC SQL END DECLARE SECTION;
-#ifdef WIN32
-#ifdef _MSC_VER /* requires MSVC */
- _configthreadlocale(_ENABLE_PER_THREAD_LOCALE);
-#endif
-#endif
-
/* build up connection name, and connect to database */
#ifndef _MSC_VER
snprintf(l_connection, sizeof(l_connection), "thread_%03ld", threadnum);