diff options
Diffstat (limited to 'src/i18n.c')
-rw-r--r-- | src/i18n.c | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -47,29 +47,3 @@ MSGS[] = { [MSG_ERR_VECTOR_OUT_OF_BOUNDS]= "idx (%ld) is beyond bounds (%ld)\n", NULL }; - - - -#ifdef TEST -#include <stdlib.h> - -#include "logerr.h" -#include "catalog.h" - - -int -main(void) { - int rc = 0; - - if (getenv("DUMP_TRANSLATABLE_STRINGS")) { - if (dump_translatable_strings(MSGS)) { - logerr("dump_translatable_strings(MSGS)\n"); - rc = -1; - goto out; - } - } - -out: - return !!rc; -} -#endif |