summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-05-29 12:45:53 -0700
committerAdam Jackson <ajax@redhat.com>2016-07-21 15:04:47 -0400
commit50779c494d4682103b96db440021e56e44311b6b (patch)
tree2992f667c34a9ee1a7a716aed385f9ef4f25cec3 /include
parentf0275b1e5a4787da1f4d5507165315a000c22b33 (diff)
os: Remove CheckConnections
poll provides per-fd notification of failure, so we don't need CheckConnections anymore. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/os.h b/include/os.h
index 765562c80..d2c41b402 100644
--- a/include/os.h
+++ b/include/os.h
@@ -141,8 +141,6 @@ extern _X_EXPORT const char *ClientAuthorized(ClientPtr /*client */ ,
unsigned int /*string_n */ ,
char * /*auth_string */ );
-extern _X_EXPORT void CheckConnections(void);
-
extern _X_EXPORT void CloseDownConnection(ClientPtr /*client */ );
typedef void (*NotifyFdProcPtr)(int fd, int ready, void *data);