Remove EXT_LANG_BT_COMPLETED
[deliverable/binutils-gdb.git] / gdb / extension.h
index a97292875a64f98b580e6e3a89c22e9516c1e25c..c675ae24463c4c19f403956de55856215a452bd5 100644 (file)
@@ -76,13 +76,9 @@ enum ext_lang_bt_status
        succeeded.  */
     EXT_LANG_BT_OK = 1,
 
-    /* Return when the frame filter process is complete, and all
-       operations have succeeded.  */
-    EXT_LANG_BT_COMPLETED = 2,
-
     /* Return when the frame filter process is complete, but there
        were no filter registered and enabled to process.  */
-    EXT_LANG_BT_NO_FILTERS = 3
+    EXT_LANG_BT_NO_FILTERS = 2
   };
 
 /* Flags to pass to apply_extlang_frame_filter.  */
This page took 0.032475 seconds and 4 git commands to generate.