diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 12:27:01 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 12:27:01 -0400 |
commit | 9a0f25de7ca3c68af867b38936103d17daa92ac6 (patch) | |
tree | c218f5b04f879f6342332618dddb96d6d7b7506c /os/osdep.h | |
parent | ac2356843e38b3400142bc54b65393c12976fc07 (diff) |
Static cleanups, dead code deletion.
Diffstat (limited to 'os/osdep.h')
-rw-r--r-- | os/osdep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os/osdep.h b/os/osdep.h index 5fa1e3918..3d303f913 100644 --- a/os/osdep.h +++ b/os/osdep.h @@ -234,12 +234,6 @@ extern void ClearConnectionTranslation(); extern Bool NewOutputPending; extern Bool AnyClientsWriteBlocked; -extern Bool CriticalOutputPending; - -extern int timesThisConnection; -extern ConnectionInputPtr FreeInputs; -extern ConnectionOutputPtr FreeOutputs; -extern OsCommPtr AvailableInput; extern WorkQueuePtr workQueue; |