--- ray/src/common/otypes.c 1990/01/12 11:15:40 1.4 +++ ray/src/common/otypes.c 1990/12/13 10:37:17 1.5 @@ -19,8 +19,6 @@ static char SCCSid[] = "$SunId$ LBL"; extern int (*addobjnotify[])(); /* people to notify of new objects */ -FUN ofun[NUMOTYPE] = INIT_OTYPE; /* our object function table */ - static struct ohtab { int hsiz; /* current table size */ OBJECT *htab; /* table, if allocated */