diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-07-01 19:40:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:23:44 -0500 |
commit | 25f3bfdb1f60ab17af05608481068299da94cec9 (patch) | |
tree | 80d91053bd19664655f5501de9ac0568da0e5988 /source/include/intl.h | |
parent | 0e9aeec37008e5b882ce91c44ee201ef779ecabe (diff) | |
download | samba-25f3bfdb1f60ab17af05608481068299da94cec9.tar.gz samba-25f3bfdb1f60ab17af05608481068299da94cec9.tar.xz samba-25f3bfdb1f60ab17af05608481068299da94cec9.zip |
r23671: Remove unused code -- 16416 bytes of bss space...
Diffstat (limited to 'source/include/intl.h')
-rw-r--r-- | source/include/intl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/include/intl.h b/source/include/intl.h index 01fa3bad976..58f21e359b6 100644 --- a/source/include/intl.h +++ b/source/include/intl.h @@ -21,5 +21,4 @@ /* ideally we would have a static mapping, but that precludes dynamic loading. This is a reasonable compromise */ -#define _(x) lang_msg_rotate(x) #define N_(x) (x) |