From: Li Wang Date: Thu, 1 Dec 2016 07:52:44 +0000 (+0000) Subject: msg/async/dpdk/stream.h: remove unneeded forward declaration X-Git-Tag: v11.1.0~6^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f43252a3551d4a7329024934b67edc9cc91dd547;p=ceph.git msg/async/dpdk/stream.h: remove unneeded forward declaration Signed-off-by: Li Wang --- diff --git a/src/msg/async/dpdk/stream.h b/src/msg/async/dpdk/stream.h index cdc8f380acbb..426bc64f5e06 100644 --- a/src/msg/async/dpdk/stream.h +++ b/src/msg/async/dpdk/stream.h @@ -54,9 +54,6 @@ // positive integer; when it becomes ready, the producer // will resume processing. -template -class stream; - template class subscription;