diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-29 12:45:53 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2016-07-21 15:04:47 -0400 |
commit | 50779c494d4682103b96db440021e56e44311b6b (patch) | |
tree | 2992f667c34a9ee1a7a716aed385f9ef4f25cec3 /include | |
parent | f0275b1e5a4787da1f4d5507165315a000c22b33 (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.h | 2 |
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); |