diff options
author | Li Wang <li.wang@kylin-cloud.com> | 2016-12-13 04:20:19 +0100 |
---|---|---|
committer | Li Wang <li.wang@kylin-cloud.com> | 2016-12-13 04:20:19 +0100 |
commit | a5e5eec0df3897580a429ad53d6b7da86a0c4582 (patch) | |
tree | cf8247713863908be2318dfbc44b041672466307 /src/msg/async/dpdk | |
parent | mon/Monitor.h: remove unused declaration (diff) | |
download | ceph-a5e5eec0df3897580a429ad53d6b7da86a0c4582.tar.xz ceph-a5e5eec0df3897580a429ad53d6b7da86a0c4582.zip |
msg/async/dpdk/TCP-Stack.h: remove unused declaration
Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
Diffstat (limited to 'src/msg/async/dpdk')
-rw-r--r-- | src/msg/async/dpdk/TCP-Stack.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/msg/async/dpdk/TCP-Stack.h b/src/msg/async/dpdk/TCP-Stack.h index 1e0128132e8..86872560c6e 100644 --- a/src/msg/async/dpdk/TCP-Stack.h +++ b/src/msg/async/dpdk/TCP-Stack.h @@ -24,7 +24,6 @@ #ifndef CEPH_MSG_DPDK_TCP_STACK_H #define CEPH_MSG_DPDK_TCP_STACK_H -class socket_options; class ServerSocket; class ConnectedSocket; |