X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcli%2Fcli-cmds.h;h=6bf61d1f4dbd99408f7381c3dc92d041723ab2de;hb=1f2bdf09c6ace2eefc3dd4dfc7366dea9ff5b30e;hp=34fe44554c693bf6ae7f8d213a760ddf508e6e81;hpb=50dd979345279716cd38d11aa3b175f09b8adbdd;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h index 34fe44554c..6bf61d1f4d 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -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;