summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-20 01:13:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-20 01:13:37 +0000
commit04aeebfd98ba8c8fbce0797e0733c45830848fe2 (patch)
treee35c306dc13f28d4f1790bfa9db86dda5f3f9d85 /term/term.h
parent564402d8f17c814e1a10c069b8d0d7ef5212ec28 (diff)
Never mind.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/term/term.h b/term/term.h
index 3b1d2012..b9d9897e 100644
--- a/term/term.h
+++ b/term/term.h
@@ -70,9 +70,6 @@ long termflags;
/* Global lock */
struct mutex global_lock;
-/* Special lock for the input queue path */
-struct mutex input_path_lock;
-
/* Wakeup when NO_CARRIER turns off */
struct condition carrier_alert;