]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
sctp: remove the unused typedef sctp_packet_phandler_t
authorXin Long <lucien.xin@gmail.com>
Fri, 11 Aug 2017 02:23:45 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Aug 2017 17:02:43 +0000 (10:02 -0700)
Remove this function typedef, there is even no places
using it.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h

index fbe6e81b889b31f798683d296a51e4f658ae122b..73e9509c057e1916f62bbd38b34a7ab413bccbe2 100644 (file)
@@ -657,8 +657,6 @@ struct sctp_sockaddr_entry {
 
 #define SCTP_ADDRESS_TICK_DELAY        500
 
-typedef struct sctp_chunk *(sctp_packet_phandler_t)(struct sctp_association *);
-
 /* This structure holds lists of chunks as we are assembling for
  * transmission.
  */