convert flags to bitfields
[deliverable/binutils-gdb.git] / gdb / cli / cli-cmds.h
index 34fe44554c693bf6ae7f8d213a760ddf508e6e81..6bf61d1f4dbd99408f7381c3dc92d041723ab2de 100644 (file)
@@ -1,5 +1,5 @@
 /* Header file for GDB CLI command implementation library.
-   Copyright (C) 2000-2013 Free Software Foundation, Inc.
+   Copyright (C) 2000-2014 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -45,10 +45,6 @@ extern struct cmd_list_element *detachlist;
 
 extern struct cmd_list_element *killlist;
 
-/* Chain containing all defined toggle subcommands.  */
-
-extern struct cmd_list_element *togglelist;
-
 /* Chain containing all defined stop subcommands.  */
 
 extern struct cmd_list_element *stoplist;
This page took 0.023826 seconds and 4 git commands to generate.