X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fmath%2Fshapiro-wilk.c;h=27ca1f0fb558adddc9c9d5af77a32580cf14a954;hb=9aa6503e5f9407f221999e19901d5f437bcd2981;hp=6d10722297ab5eb4d0726ae385b08e0e081c8cbf;hpb=8f7af0acaf8a9253242d89fcdb26e285841f7833;p=pspp diff --git a/src/math/shapiro-wilk.c b/src/math/shapiro-wilk.c index 6d10722297..27ca1f0fb5 100644 --- a/src/math/shapiro-wilk.c +++ b/src/math/shapiro-wilk.c @@ -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).