We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421d486 commit 49ffac1Copy full SHA for 49ffac1
1 file changed
src/interfaces/ecpg/ecpglib/connect.c
@@ -15,10 +15,6 @@
15
locale_t ecpg_clocale = (locale_t) 0;
16
#endif
17
18
-#ifdef HAVE_USELOCALE
19
-locale_t ecpg_clocale = (locale_t) 0;
20
-#endif
21
-
22
#ifdef ENABLE_THREAD_SAFETY
23
static pthread_mutex_t connections_mutex = PTHREAD_MUTEX_INITIALIZER;
24
static pthread_key_t actual_connection_key;
0 commit comments