diff options
author | Tuncer Ayaz <[email protected]> | 2011-05-02 12:48:39 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-05-02 15:04:51 +0200 |
commit | 1a0389b3cc789bab6264777f27abc2674908543d (patch) | |
tree | 80ddc164a5f8290a0cae3095c63db06362392045 /erts | |
parent | 92b693e6e36bf518c2a19f7ab3b2e186a9e30b45 (diff) | |
download | otp-1a0389b3cc789bab6264777f27abc2674908543d.tar.gz otp-1a0389b3cc789bab6264777f27abc2674908543d.tar.bz2 otp-1a0389b3cc789bab6264777f27abc2674908543d.zip |
inet_drv: remove unused tcp request id
Diffstat (limited to 'erts')
-rw-r--r-- | erts/emulator/drivers/common/inet_drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/drivers/common/inet_drv.c b/erts/emulator/drivers/common/inet_drv.c index a49171c38e..aec456151c 100644 --- a/erts/emulator/drivers/common/inet_drv.c +++ b/erts/emulator/drivers/common/inet_drv.c @@ -490,7 +490,6 @@ static int my_strncasecmp(const char *s1, const char *s2, size_t n) #define TCP_REQ_RECV 42 #define TCP_REQ_UNRECV 43 #define TCP_REQ_SHUTDOWN 44 -#define TCP_REQ_MULTI_OP 45 /* UDP and SCTP requests */ #define PACKET_REQ_RECV 60 /* Common for UDP and SCTP */ #define SCTP_REQ_LISTEN 61 /* Different from TCP; not for UDP */ |