aboutsummaryrefslogtreecommitdiffstats
path: root/tools/symcryptrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/symcryptrun.c')
-rw-r--r--tools/symcryptrun.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/symcryptrun.c b/tools/symcryptrun.c
index 119121208..f8de30fd9 100644
--- a/tools/symcryptrun.c
+++ b/tools/symcryptrun.c
@@ -223,21 +223,6 @@ my_strusage (int level)
}
-/* Initialize the gettext system. */
-static void
-i18n_init(void)
-{
-#ifdef USE_SIMPLE_GETTEXT
- set_gettext_file (PACKAGE_GT);
-#else
-# ifdef ENABLE_NLS
- setlocale (LC_ALL, "");
- bindtextdomain (PACKAGE_GT, LOCALEDIR);
- textdomain (PACKAGE_GT);
-# endif
-#endif
-}
-
/* This is in the GNU C library in unistd.h. */