mirror of
https://github.com/nilfs-dev/nilfs-utils.git
synced 2026-01-26 13:43:15 +00:00
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:
parent
4ade388d7f
commit
2fb9e83335
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user