From: Ben Pfaff Date: Wed, 30 Apr 2008 21:16:35 +0000 (-0700) Subject: Drop prototype for function that does not exist. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e6949d69fc59f1d36604973b8dbed16aa36b1f4;p=openvswitch Drop prototype for function that does not exist. --- diff --git a/include/rconn.h b/include/rconn.h index 4049e745..064be01a 100644 --- a/include/rconn.h +++ b/include/rconn.h @@ -62,7 +62,6 @@ void rconn_run_wait(struct rconn *); struct buffer *rconn_recv(struct rconn *); void rconn_recv_wait(struct rconn *); int rconn_send(struct rconn *, struct buffer *); -void rconn_send_wait(struct rconn *); const char *rconn_get_name(const struct rconn *); bool rconn_is_alive(const struct rconn *);