From 1e4c80c802285dd341cc409ea92cf1eada01da98 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 20 Dec 1995 01:13:51 +0000 Subject: (main): Never mind. --- term/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/term/main.c b/term/main.c index 899b34dd..35633e96 100644 --- a/term/main.c +++ b/term/main.c @@ -172,7 +172,6 @@ main (int argc, char **argv) bzero (&termstate, sizeof (termstate)); termflags = NO_CARRIER | NO_OWNER; mutex_init (&global_lock); - mutex_init (&input_path_lock); inputq = create_queue (256, 100, 300); rawq = create_queue (256, 100, 300); -- cgit v1.2.3