summaryrefslogtreecommitdiff
path: root/mpu/mpu-context.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpu/mpu-context.c')
-rw-r--r--mpu/mpu-context.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mpu/mpu-context.c b/mpu/mpu-context.c
index 8e89eb8..0736d28 100644
--- a/mpu/mpu-context.c
+++ b/mpu/mpu-context.c
@@ -34,7 +34,6 @@ void __mpu_init( void )
pmctx->_cur_brk = (__mpu_void_t *)&((pmctx->_mem)[0]);
#if ENABLE_NLS == 1
- setlocale( LC_ALL, "" );
bind_textdomain_codeset( PACKAGE, "UTF-8" );
textdomain( PACKAGE );
#endif