nls.h: remove dead code guarded by #if 0

Remove the unused code block guarded by #if 0.

This block contains legacy definitions (referencing "util-linux") that
appear to be remnants from the original code import and are not used.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
Ryusuke Konishi 2026-01-11 13:50:11 +09:00
parent 4ade388d7f
commit 2fb9e83335

View File

@ -2,14 +2,6 @@
* Code borrowed from util-linux-2.12r/lib/nls.h
*/
#if 0
#include "../defines.h" /* for HAVE_locale_h */
#ifndef PACKAGE
#define PACKAGE "util-linux"
#endif
#endif
#ifndef LOCALEDIR
#define LOCALEDIR "/usr/share/locale"
#endif