]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove unused definition of N_.
authorJim Meyering <jim@meyering.net>
Mon, 23 Jan 2006 15:06:37 +0000 (15:06 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 23 Jan 2006 15:06:37 +0000 (15:06 +0000)
lib/xalloc-die.c

index ff5ac9e675e240f731ea70ef2044fa239aa27682..9b4a76c6ba484aab489548c05fd026627ac7eac1 100644 (file)
@@ -1,6 +1,6 @@
 /* Report a memory allocation failure and exit.
 
-   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004 Free
+   Copyright (C) 1997, 1998, 1999, 2000, 2002, 2003, 2004, 2006 Free
    Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -30,7 +30,6 @@
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
-#define N_(msgid) msgid
 
 void
 xalloc_die (void)