Thu Apr 9 14:20:59 1998 Martin M. Hunt <hunt@cygnus.com>

* gdbtk.c (gdbtk_init): Remove redundant variable "IDE".
This commit is contained in:
Martin Hunt 1998-04-09 22:03:19 +00:00
parent b0b39eb2de
commit 1a509d60c2
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Thu Apr 9 14:20:59 1998 Martin M. Hunt <hunt@cygnus.com>
* gdbtk.c (gdbtk_init): Remove redundant variable "IDE".
Tue Apr 7 15:13:58 1998 Stan Shebs <shebs@andros.cygnus.com> Tue Apr 7 15:13:58 1998 Stan Shebs <shebs@andros.cygnus.com>
* gdbtk.tcl: Remove, no longer used. * gdbtk.tcl: Remove, no longer used.

View file

@ -2077,7 +2077,6 @@ gdbtk_init ( argv0 )
*/ */
Tcl_SetVar (interp, "GDBTK_IDE", "1", 0); Tcl_SetVar (interp, "GDBTK_IDE", "1", 0);
Tcl_SetVar (interp, "IDE", "1", TCL_GLOBAL_ONLY);
} }
/* end-sanitize-ide */ /* end-sanitize-ide */
#else #else