summaryrefslogtreecommitdiff
path: root/lib/xalloc-die.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-01-23 15:06:37 +0000
committerJim Meyering <jim@meyering.net>2006-01-23 15:06:37 +0000
commite17e33014023b9770d6e1ddfb41b1cddc28b2107 (patch)
tree4fa84118f01b147bbf49aedf121a4eaf78b1e6a0 /lib/xalloc-die.c
parent791e40357b06fc8563c7288ae98a48ea358790c9 (diff)
downloadcoreutils-e17e33014023b9770d6e1ddfb41b1cddc28b2107.tar.xz
Remove unused definition of N_.
Diffstat (limited to 'lib/xalloc-die.c')
-rw-r--r--lib/xalloc-die.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/xalloc-die.c b/lib/xalloc-die.c
index ff5ac9e67..9b4a76c6b 100644
--- a/lib/xalloc-die.c
+++ b/lib/xalloc-die.c
@@ -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)