Remove cmd_cfunc_ftype
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index 76f3ca9d7aa200042784849bc0fbe4c88accf0ac..e3ac69ba666e7ab41e8c8d23bca997e10d522286 100644 (file)
@@ -113,8 +113,6 @@ struct cmd_list_element
     union
       {
        /* If type is not_set_cmd, call it like this: */
-       cmd_cfunc_ftype *cfunc;
-       /* ... or like this.  */
        cmd_const_cfunc_ftype *const_cfunc;
        /* If type is set_cmd or show_cmd, first set the variables,
           and then call this: */
This page took 0.02493 seconds and 4 git commands to generate.