X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Frecode.c;h=e2df650f26ecc25fd59312970f4aa0a03ef7a337;hb=6d34b6cd00bb26603f8acedd3f0ed69a4484e484;hp=34342a1e185895df394e55f17ab48e127fc491b1;hpb=5d7b91bba5fff59b88723830703ae3fa144733ee;p=pspp diff --git a/src/recode.c b/src/recode.c index 34342a1e18..e2df650f26 100644 --- a/src/recode.c +++ b/src/recode.c @@ -142,8 +142,6 @@ cmd_recode (void) struct variable **v; int nv; - lex_match_id ("RECODE"); - /* Parses each specification between slashes. */ head = rcd = xmalloc (sizeof *rcd); v = NULL;