diff options
author | Jon Turney <jon.turney@dronecode.org.uk> | 2017-03-09 16:11:13 +0000 |
---|---|---|
committer | Jon Turney <jon.turney@dronecode.org.uk> | 2017-03-09 16:11:13 +0000 |
commit | 5b8ea795752c446095605dd7d931226f02bed9ef (patch) | |
tree | a9b4056f3f9b6165a686631cd14a305e39eb83ea /os/rpcauth.c | |
parent | 8c9cea1d7b73629be7d7d6c198e693dff85a9c69 (diff) | |
parent | f23e65f96365706c69fa781b2c6cbf3203619c9f (diff) |
Merge tag 'xorg-server-1.19.2' into cygwin-release-1.19xserver-cygwin-1.19.2-1
xorg-server-1.19.2
Diffstat (limited to 'os/rpcauth.c')
-rw-r--r-- | os/rpcauth.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os/rpcauth.c b/os/rpcauth.c index 5680489f7..33260db72 100644 --- a/os/rpcauth.c +++ b/os/rpcauth.c @@ -175,12 +175,6 @@ SecureRPCReset(void) return 1; } -_X_HIDDEN XID -SecureRPCToID(unsigned short data_length, char *data) -{ - return rpc_id; -} - _X_HIDDEN int SecureRPCFromID(XID id, unsigned short *data_lenp, char **datap) { |