Simplify dump_dim() slightly.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Nov 2014 06:28:19 +0000 (22:28 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Nov 2014 06:28:19 +0000 (22:28 -0800)
dump.c

diff --git a/dump.c b/dump.c
index 7aec55607eb352680d239cc166cc6064bc5c8a98..c310023f4d41c873fedf91468837061d34613a97 100644 (file)
--- 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. */