flush BBN code
[unix-history] / usr / src / sys / kern / init_main.c
index 7525691..61df8e3 100644 (file)
@@ -1,4 +1,4 @@
-/*     init_main.c     4.26    82/03/11        */
+/*     init_main.c     4.27    82/03/14        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -142,13 +142,6 @@ main(firstaddr)
                 */
                return;
        }
                 */
                return;
        }
-
-#ifdef BBNNET 
-       /*
-        * Initialize bbn network.
-        */
-       netmain();
-#endif BBNNET
        proc[0].p_szpt = 1;
        sched();
 }
        proc[0].p_szpt = 1;
        sched();
 }