Got rid of unused variable i.
authorElan Amir <elan@ucbvax.Berkeley.EDU>
Fri, 19 Feb 1993 08:38:14 +0000 (00:38 -0800)
committerElan Amir <elan@ucbvax.Berkeley.EDU>
Fri, 19 Feb 1993 08:38:14 +0000 (00:38 -0800)
SCCS-vsn: lib/libcurses/delwin.c 5.11

usr/src/lib/libcurses/delwin.c

index 20255e1..77418d8 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)delwin.c   5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)delwin.c   5.11 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <curses.h>
 #endif /* not lint */
 
 #include <curses.h>
@@ -22,7 +22,6 @@ delwin(win)
 {
 
        register WINDOW *wp, *np;
 {
 
        register WINDOW *wp, *np;
-       register int i;
 
        if (win->orig == NULL) {
                /*
 
        if (win->orig == NULL) {
                /*