[WIN32] removed libcionv from our repo
[vuplus_xbmc] / lib / win32 / libiconv / libcharset / tools / locale_charset.c
diff --git a/lib/win32/libiconv/libcharset/tools/locale_charset.c b/lib/win32/libiconv/libcharset/tools/locale_charset.c
deleted file mode 100644 (file)
index f6b4a4f..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Prints the portable name for the current locale's charset. */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <locale.h>
-#include "localcharset.h"
-
-int main ()
-{
-  setlocale(LC_ALL, "");
-  printf("%s\n", locale_charset());
-  exit(0);
-}