Remove some unnecessary gettext macro definitions
[pspp] / src / math / shapiro-wilk.c
index 6d10722297ab5eb4d0726ae385b08e0e081c8cbf..27ca1f0fb558adddc9c9d5af77a32580cf14a954 100644 (file)
@@ -26,7 +26,6 @@
 #include "libpspp/message.h"
 
 #include "gettext.h"
-#define _(msgid) gettext (msgid)
 #define N_(msgid) msgid
 
 /* Return the sum of coeff[i] * x^i for all i in the range [0,order).