delinted somewhat

This commit is contained in:
ceriel
1988-09-05 15:51:35 +00:00
parent dca9ed9bb2
commit a0d2a1ea74
5 changed files with 24 additions and 27 deletions

View File

@@ -26,7 +26,6 @@
t_scope *PervasiveScope;
t_scopelist *CurrVis, *GlobalVis;
extern int proclevel;
static t_scopelist *PervVis;
extern char options[];
/* STATICALLOCDEF "scope" 10 */
@@ -71,7 +70,6 @@ InitScope()
sc->sc_level = proclevel;
PervasiveScope = sc;
ls->sc_scope = PervasiveScope;
PervVis = ls;
CurrVis = ls;
}