Thu Apr 9 14:20:59 1998 Martin M. Hunt <hunt@cygnus.com>
authorMartin Hunt <hunt@redhat.com>
Thu, 9 Apr 1998 22:03:19 +0000 (22:03 +0000)
committerMartin Hunt <hunt@redhat.com>
Thu, 9 Apr 1998 22:03:19 +0000 (22:03 +0000)
* gdbtk.c (gdbtk_init): Remove redundant variable "IDE".

gdb/ChangeLog-gdbtk
gdb/gdbtk.c

index 62f0f27fb97f935a4ffd8f96dbfaa964a19ab6cc..ce53f5a9d87e499499571ead96a4a434e68945cb 100644 (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>
 
        * gdbtk.tcl: Remove, no longer used.
index 1a0660a32e254d897f0657627c650689800c820e..d6e66a595e80fb3d3fbae7a7a957eeda6f09b67f 100644 (file)
@@ -2077,7 +2077,6 @@ gdbtk_init ( argv0 )
       */
 
       Tcl_SetVar (interp, "GDBTK_IDE", "1", 0);
-      Tcl_SetVar (interp, "IDE", "1", TCL_GLOBAL_ONLY);
     }
   /* end-sanitize-ide */
 #else
This page took 0.0269 seconds and 4 git commands to generate.