]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
msg/async/dpdk/stream.h: remove unneeded forward declaration
authorLi Wang <li.wang@kylin-cloud.com>
Thu, 1 Dec 2016 07:52:44 +0000 (07:52 +0000)
committerLi Wang <li.wang@kylin-cloud.com>
Thu, 1 Dec 2016 09:06:10 +0000 (09:06 +0000)
Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
src/msg/async/dpdk/stream.h

index cdc8f380acbb9f80a15946f42b3ae35f86479d74..426bc64f5e066a898e03fc58ed7470b1b1bd9636 100644 (file)
@@ -54,9 +54,6 @@
 // positive integer; when it becomes ready, the producer
 // will resume processing.
 
-template <typename... T>
-class stream;
-
 template <typename... T>
 class subscription;