ui-out.c: Remove unused enum
[deliverable/binutils-gdb.git] / gdb / ui-out.c
index aa6d6fe0080e57284583f99fff1287c91c2fdb9f..e5a2bf19d82f67d591ed778c0017aa43c2163a5a 100644 (file)
@@ -37,12 +37,6 @@ struct ui_out_hdr
     struct ui_out_hdr *next;
   };
 
-/* Maintain a stack so that the info applicable to the inner most list
-   is always available.  Stack/nested level 0 is reserved for the
-   top-level result.  */
-
-enum { MAX_UI_OUT_LEVELS = 8 };
-
 struct ui_out_level
   {
     /* Count each field; the first element is for non-list fields.  */
This page took 0.023604 seconds and 4 git commands to generate.