X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fsort.c;h=88aab2e3f921a8193a0a3378685b987cbb223a9d;hb=258175cb2acf739049f4c35efbff30240f34620c;hp=a780d49c6b0a7d4f347ac3559885cddfb6c5bd41;hpb=6abb44be8bb1f8d1af9817f6fd00998c0ed90ff3;p=pspp diff --git a/src/math/sort.c b/src/math/sort.c index a780d49c6b..88aab2e3f9 100644 --- a/src/math/sort.c +++ b/src/math/sort.c @@ -32,9 +32,6 @@ #include "gl/xalloc.h" -#include "gettext.h" -#define _(msgid) gettext (msgid) - /* These should only be changed for testing purposes. */ int min_buffers = 64; int max_buffers = INT_MAX;