Skip to content

Commit 49ffac1

Browse files
committed
fix ecpglib patch
1 parent 421d486 commit 49ffac1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/interfaces/ecpg/ecpglib/connect.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
locale_t ecpg_clocale = (locale_t) 0;
1616
#endif
1717

18-
#ifdef HAVE_USELOCALE
19-
locale_t ecpg_clocale = (locale_t) 0;
20-
#endif
21-
2218
#ifdef ENABLE_THREAD_SAFETY
2319
static pthread_mutex_t connections_mutex = PTHREAD_MUTEX_INITIALIZER;
2420
static pthread_key_t actual_connection_key;

0 commit comments

Comments
 (0)