diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2013-04-10 21:22:02 +0200 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2013-04-10 21:22:02 +0200 |
commit | 909dfb7d183f54f7583a70c05550bec07856d4e4 (patch) | |
tree | 37c7da6b1dd4e8cdcafc95b63367b4cf60163f12 /src/librbd | |
parent | LibrbdWriteback: use a tid_t for tids (diff) | |
download | ceph-909dfb7d183f54f7583a70c05550bec07856d4e4.tar.xz ceph-909dfb7d183f54f7583a70c05550bec07856d4e4.zip |
LibrbdWriteback: removed unused and undefined method
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'src/librbd')
-rw-r--r-- | src/librbd/LibrbdWriteback.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librbd/LibrbdWriteback.cc b/src/librbd/LibrbdWriteback.cc index 8a1b885f3c8..8c0de81078a 100644 --- a/src/librbd/LibrbdWriteback.cc +++ b/src/librbd/LibrbdWriteback.cc @@ -48,7 +48,6 @@ namespace librbd { C_Request(CephContext *cct, Context *c, Mutex *l) : m_cct(cct), m_ctx(c), m_lock(l) {} virtual ~C_Request() {} - void set_req(AioRequest *req); virtual void finish(int r) { ldout(m_cct, 20) << "aio_cb completing " << dendl; { |