OSDN Git Service

2001-10-29 Martin M. Hunt <hunt@redhat.com>
authorhunt <hunt>
Tue, 30 Oct 2001 06:17:15 +0000 (06:17 +0000)
committerhunt <hunt>
Tue, 30 Oct 2001 06:17:15 +0000 (06:17 +0000)
* library/debugwin.itb: Don't increment number of
TopLevelWins.

gdb/gdbtk/library/debugwin.itb

index 316765e..d560b54 100644 (file)
@@ -40,7 +40,6 @@ body DebugWin::constructor {args} {
 body DebugWin::destructor {} {
   # notify debug code that window is going away
   ::debug::debugwin ""
-  incr numTopWins -1
 }
 
 # -----------------------------------------------------------------------------