From 1b2c20d8f2c681f1259e216f1a0b1a5cc69382ef Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Wed, 26 Sep 2012 16:12:05 +0900 Subject: [PATCH] stream-provider: remove stale declaration of stream_set_dscp() It isn't defined anywhere. Signed-off-by: Isaku Yamahata Signed-off-by: Ben Pfaff --- lib/stream-provider.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/stream-provider.h b/lib/stream-provider.h index 0708c72e4..9e91d6151 100644 --- a/lib/stream-provider.h +++ b/lib/stream-provider.h @@ -40,7 +40,6 @@ struct stream { void stream_init(struct stream *, const struct stream_class *, int connect_status, const char *name); void stream_set_remote_ip(struct stream *, ovs_be32 remote_ip); -void stream_set_dscp(struct stream *, uint8_t dscp); void stream_set_remote_port(struct stream *, ovs_be16 remote_port); void stream_set_local_ip(struct stream *, ovs_be32 local_ip); void stream_set_local_port(struct stream *, ovs_be16 local_port); -- 2.45.2