From: Ben Pfaff Date: Fri, 7 Nov 2014 06:28:19 +0000 (-0800) Subject: Simplify dump_dim() slightly. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1315dad3637e50d5d973d1e624d82f1079dedcf;p=pspp Simplify dump_dim() slightly. --- diff --git a/dump.c b/dump.c index 7aec55607e..c310023f4d 100644 --- a/dump.c +++ b/dump.c @@ -384,7 +384,6 @@ dump_dim(void) { int n_categories; printf("next dim\n"); - match_byte(0); dump_dim_value(0); /* This byte is usually 0x02 but 0x00 and 0x75 (!) have also been spotted. */