diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-12-20 01:13:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-12-20 01:13:51 +0000 |
commit | 1e4c80c802285dd341cc409ea92cf1eada01da98 (patch) | |
tree | fcb660044ea1f21f0efda7adb2d0fe60f4b6bed4 | |
parent | 04aeebfd98ba8c8fbce0797e0733c45830848fe2 (diff) |
(main): Never mind.
-rw-r--r-- | term/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |