Remove redundant test in BFD_ASSERT
[deliverable/binutils-gdb.git] / gdb / dictionary.c
index a5f1a0e89e395162c0145c66a3feb050287ce916..09851ef69f182be75b1c39a7d10276509f39c849 100644 (file)
@@ -99,7 +99,7 @@ enum dict_type
     /* Symbols are stored in a fixed-size array.  */
     DICT_LINEAR,
     /* Symbols are stored in an expandable array.  */
-    DICT_LINEAR_EXPANDABLE,
+    DICT_LINEAR_EXPANDABLE
   };
 
 /* The virtual function table.  */
This page took 0.023786 seconds and 4 git commands to generate.